You are here: irt.org | FAQ | JavaScript | Form | 3.3 | Q673 [ previous next ]
Only by creating the form field using JavaScript:
<FORM>
<SCRIPT LANGUAGE="JavaScript"><!--
document.write('<INPUT TYPE="TEXT"');
if (true)
document.write(' VALUE="default"');
document.write('>');
//--></SCRIPT>
</FORM>