click
The click method excecutes a click on the current element.
Syntax
element.click()Parameters
Example
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 |