[webkit-dev] link-following feature for our new webkit browser.

Jan Kolkmeier jouzar at googlemail.com
Wed May 6 00:14:17 PDT 2009


> <a href="javascript:alert(0)">link</a>
> <script>window.location = document.links[0].href;</script>

Can confirm now that this works indeed. But still, some stuff does
not work, like:
> <a href="#" onclick="return showcover(false);"></a>
Further, it would be nice to be able to select/click form elements
like checkboxes or textfields with this.

Is there no way to fire a simulated click event on any possible
element?


More information about the webkit-dev mailing list