TOC PREV NEXT INDEX

domref



click


The click method excecutes a click on the current element.

Syntax

element.click()
 

Parameters

None.

Example

example here
 

Notes

The click method simulates a click event on the current element. This is frequently used to execute event handlers that have been placed on the current element or on elements above it in the "event chain."

Specification

click
 


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