Javascript Reference
Categories: SCRIPT

javascript SCRIPT event

@Aug. 15, 2009, 12:19 p.m.
event Firefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

 

Read-only  

Internet Explorer's event model allows binding of object events to script elements with the help of the event and for attributes. The event property returns the setting for the event attribute. Not functional in Netscape 6.

 
Example
 
if (document.getElementById("gizmoScript").event == "onresize") {
    ...
}
 
Value

Case-sensitive event name string.

 
Default

None.


Powered by Linode.