ZVON > References > DOM2 Reference

click (method )

Owning interface and usage:  
HTMLInputElement.click()

Member of these other interfaces:  
none

Description:  
Simulate a mouse-click. For INPUT elements whose type attribute has one of the following values: "button", "checkbox", "radio", "reset", or "submit".

Parameters:  
none

Returns:  
nothing

Exceptions:  
none