javascript event type

typeNN 4 IE 4 DOM 2

Read-only

Indicates the type of the current event (without the "on" prefix). Values are all lowercase.

 
Example
 
if (evt.type == "change") {
    ...
}
 
Value

Any event name (without the "on" prefix) as a string.

 
Default

None.


792,Nickname,Homepage or email,Comments here,Add comment