Is there a way in JavaScript which clicks an anchor
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-04-23T21:12:11Z
Indexed on
2010/04/23
22:53 UTC
Read the original article
Hit count: 159
JavaScript
Hi,
Is there anyway in JavaScript which emulate user clicks an anchor?
Mozilla(Firefox ) does not implement that. https://developer.mozilla.org/en/DOM/element.click
But is there any browser which does?
© Stack Overflow or respective owner