You are here: irt.org | About | Feedback | 887 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q611
Sent by
Jesse Chisholm on March 02, 2000 at 13:44:53:
Worth:
Worth reading
Length:
Too short
Technical:
Just right
Comments:
You can pass extra parameters in NN$ and IE4 if you do it this way:
window.onKeyPress = new Function("myKeyPress(arguments[0],1,2,3)")
function myKeyPress(e,a,b,c) {
// ...
}