about attachEvent mothod of document or window?
hi all,
I wand to find all possible arguments that can be passed to this method but I fail to find it anywhere:
for scripts as follows:
document.attachEvent("onkeydown",x);
window.attachEvent("onload",y);
I'm looking for all possibilities applicable for the first string passed to this method.
I would appreciate a pervasive list link :)
|