Input.click() (Method)

Sends an artificial mouse click event to the input element.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 3.0
Internet Explorer - 4.0
Netscape - 2.0
Opera - 3.0
JavaScript syntax:-myInputObject.click()

This will trigger the Click event handler function attached to the onClick property of the object.

See also:onClick