hello all,
i created a <form> which has a submit button , when i click it, it works but when i pressess enter key from some other text field of the same form, it does not.
what could be the reason & how i can solve the problem ??
vishwa vivek
is your submit a button or image? A button should still work (maybe netscape might do some weird things), and image won't work with netscape but should still be okay with ie.
Hi,
I've had the same problem with IE and using a button to submit.
If I click the button it works if I just hit Enter it doesn't. More tips ?
Thanks!
Turbo
Make sure you have the </form> at the end, this is extremely importan in a form. Hope this helps. Remember older versions of browsers dont know how to do a lot of now simple things, lol.
Jason Rottman Webmaster Project Manager www.stardefenders.com
As far as I can tell, this is the way it is supposed to work. Pressing Enter only works to submit the form if the form only has a single text field. Otherwise, you have to tab to the button and press space-bar (or other local key for button-press) or else click on it. IE may have some kind of extension to get around this, but it's clearly not its default behavior.
Dear Jason Rottman,
i checked again and found that i have already included </form>
thanks