martedì, marzo 17, 2009

Simulate a Click Using JavaScript

document.getElementById("ID_of_the_object_to_click").click();