| Simulate a mouse-click. For <input> elements whose
type attribute has one of the following values: "button",
"checkbox", "radio", "reset", or "submit".
This method is a full replacement of the original
org.w3c.dom.html.HTMLInputElement.click() method in Xerces
(a dummy method). It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client.
|