Was searching on google on how to simulate a click using javascript on an html link object. Basically I found stuff that either did not work, or else the common answer was that it is not possible.
Anyway with a little of investigative searching I found the dispatchEvent method. The example ofcourse works in firefox. It also works in the version of webkit that ships with QT. It does not work with konqueror, and it does not work with IE.
It appears according to this website that a slightly different technique has to be used for IE.
Anyway might be useful for future reference.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment