NilovSerge
Posts: 16
|
| Posted: 10/10/2006, 12:11 AM |
|
Hallo!
I have a form with one field. I want standing in this field to submit the form by clicking ENTER key without "Submit" button on the form. I do this with onChange="someFunc" event and call document.forms["Formname"].submit(); That works and the form is submitting but the problem is
that I need to run routine very similar Login form routine. But in Login Form routine(user's verification) was made in button Event DoLogin_OnClick() ... which in my form was dropped
How can I do this?
_________________
With respect,
Nilov Serge. |
 |
 |
|