form with 2 and enter in Netcape
pia
- javascript
Imagine u have a form with 2 or more input type=text .. with msie u just type enter to submit the whole form - but with netscape u need to explicitely hit the submit button because Netscape doesn't want to submit via "enter" if the form has got more than 1 input-lines.
Does someone have a netscape-workaround for this issue?
Hi,
I think you can try it with the javascript event handler
'OnChange'. Like:
<input type=text onchange="document.forms[0].submit();">
Erm, I don't know, if it is really important, but you've
posted your question into a german message board. And I think
it could be possible that no one like to answer because you've
written in english.
Bye, Oliver.
ps: I know, my english skills are worse.