hi everyone,
i m try to use enter key in my webform. i mean when i press
enter my cursor move to next textbox. pls advice :)
Printable View
hi everyone,
i m try to use enter key in my webform. i mean when i press
enter my cursor move to next textbox. pls advice :)
How about using the onBlur event? For example... in textbox1,
<input type="text" id="textbox1" name="textbox1" onBlur="this.form.textbox2.focus()">