| Author |
Enter Key Code
|
Smitha Prasad
Ranch Hand
Joined: Apr 02, 2002
Posts: 41
|
|
|
I want to capture the event on enter key clicked on IE MAC through Javascript. I have called window.event.keycode on keydown. but this returns 0 for all the keys. How do i capture the enter key clicked?
|
 |
Rajeshwari Natarajan
Ranch Hand
Joined: Mar 05, 2003
Posts: 67
|
|
keyCode 13 is for 'Enter' key. try this one... in JSP
|
regards<br />Rajeshwari. N
|
 |
Smitha Prasad
Ranch Hand
Joined: Apr 02, 2002
Posts: 41
|
|
I know it is supposed to be 13 for enter key, but in mac for all the keys it is returning 0!
|
 |
 |
|
|
subject: Enter Key Code
|
|
|