javascript window addEventListener( )
@July 28, 2009, 9 a.m.
addEventListener( ) | Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM n/a |
addEventListener("eventType", listenerFunction, useCapture) | |
Although the window object as we know it is not officially part of the W3C DOM, Netscape 6 implements this W3C DOM event model method for the window object. See the addEventListener( ) method discussion among the shared methods described. |
Powered by Linode.