HTTP/1.0 500 Buggy CGI Script
Content-Type: text/html
CGI-Script Error
CGI-Script Error
The CGI script you accessed is not working correctly. It didn't
send any header data (possibly due to incorrect separation between
the headers and the body). Please notify the author of the script of this
problem.
Alpha WWW Message Board Comment: IE Event Handlers
IE Event Handlers
Question posted by Ted (kibbles@jps.net) on Saturday, February 13 at 06:37 PM MST
Question:
I'm making a JavaScript tetris script, but IE key
event handlers are confusing me. I'm using:
window.onKeyDown = evalKey;
to capture events at the window level. However, only
Netscape events reach the evalKey() fucntion - putting
alert() in the first line of evalKey() doesn't do anything.
Here is a link that pertains to this Question: tetris