[thelist] Can't submit form data with 'enter' key in IE

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Wed Mar 8 00:22:25 CST 2006


<input name="submit" type="submit" value="Submit">

>Try changing the name of your submit button to anything but "submit".

I second that.

I had the same problem once and changing the input to:

<input name="btnSubmit" id="btnSubmit" type="submit" value="Submit" />

sorted it out.

Seems that IE does not like reserved names.

HTH,
--
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/volkanozcelik/blog/
+> My projects/studies/trials/errors : http://www.sarmal.com/



More information about the thelist mailing list