OK, I am stumped. Created a form with many fields, some of which are populated on opening from a MySQL table. The form works fine in IE7, Firefox and Netscape, but doesnt work in IE6. The inputs all have the form.
<input id="FormsEditField161" type="text" name="firstname" size="35" maxlength="25" value = '<?php echo $wndfirstname?>' >
Am I missing something?
Is this an IE6 issue? If so, does anyone know how to resolve it?
Your help is always appreciated.
Alan Arons
<input id="FormsEditField161" type="text" name="firstname" size="35" maxlength="25" value = '<?php echo $wndfirstname?>' >
Am I missing something?
Is this an IE6 issue? If so, does anyone know how to resolve it?
Your help is always appreciated.
Alan Arons