|
-
Aug 24th, 2005, 01:50 AM
#1
Thread Starter
New Member
Enter Key Press
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
-
Aug 24th, 2005, 06:31 AM
#2
Re: Enter Key Press
How about using the onBlur event? For example... in textbox1,
<input type="text" id="textbox1" name="textbox1" onBlur="this.form.textbox2.focus()">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|