| Author |
Sign in button
|
anitha vaskarla
Greenhorn
Joined: Sep 12, 2008
Posts: 6
|
|
Hi, In my jsp page i used code based on Submit Button if i use that code it is not effecting when i press Enter key, it is not showing next page,It is effecting when i press Submit button Only. My Question is I want based on enter key and Submit button, how to do?
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
One way is to get a focus on your submit button.
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
You can also configure the key listener using JavaScript.
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
Furthermore, its not a JSP question. Html and JavaScript is more suitable place to ask this kinda questions.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56174
|
|
|
If your submit button is in the form, and it's actually a submit button, an Enter/Return should trigger the submit. What browser are you using and exactly how is your form set up?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Sign in button
|
|
|