TOC PREV NEXT INDEX

domref



window.onclick


An event handler for click events sent to the window.

Syntax

window.onclick = funcRef
 

Parameters

funcRef is a reference to a function.

Example

window.onclick = doPopup;
 

Notes

The click event is raised when the user clicks on the window.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX