> <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? _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

