Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Input doesnt work in IE 6

Status
Not open for further replies.

AlanArons

Programmer
Aug 1, 2002
91
US
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 [ponder]
 
Your input example looks o.k. Can you maybe explain a bit more what it isn't doing?
And maybe show your form code i.e: <form action...>

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
i would put a semicolon at the end of the echo statement as a matter of best practice. it's not what is causing this issue however.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top