TOC PREV NEXT INDEX

Put your logo here!


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

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX