Possible Duplicate:
How to trigger event in javascript
Such as a click event, or an onmouseover event. Is there some type of way to initiate all kinds of events programmatically, and how?
Possible Duplicate:
How to trigger event in javascript
Such as a click event, or an onmouseover event. Is there some type of way to initiate all kinds of events programmatically, and how?
Basically like that document.getElementById('searchSubmit').click();