Re: onkeydown -
12-03-2004
, 12:39 AM
The method I used to get your script to work is this. First I put the
'onKeyDown' handler in the <body> tag. Second inside the keyHit() function
I made the first line--
var evt = window.event;
--the code works in this format in IE, though I don't know about any cross
browser application.
Do you know anything about how to disable the Backspace Key from
performing the history.back method? I can disable it for text but not for
browsing. |