I have an element with an onclick method.
I would like to activate that method (or: fake a click on this element) within another function.
Is this possible?
Once you have selected an element you can call click()
document.getElementById('link').click();
see: https://developer.mozilla.org/En/DOM/Element.click
I don't remember if this works on IE, but it should. I don't have a windows machine nearby.
1.4m articles
1.4m replys
5 comments
57.0k users