jce_step
04-02-2003, 12:59 PM
Im trying to detect de EnterKey everytime de user presses it.
For that im using this code:
var key = event.keyCode;
if(key == 13)
do something...
It works fine on IE, but on NetScape and other browsers don't work at all.
jce_step
For that im using this code:
var key = event.keyCode;
if(key == 13)
do something...
It works fine on IE, but on NetScape and other browsers don't work at all.
jce_step