scuff Posted December 30, 2010 Share Posted December 30, 2010 Google Chrome 8.0.552.224 (Official Build 68599) <html> <body> <a href="http://google.ca" onclick="if ( !confirm ('GO?') ) { return false; }"> <img border="0" src="http://www.google.ca/intl/en_com/images/srpr/logo1w.png"> </a> </body> </html> when you put this javascript code into the address bar: javascript: window.document.getElementsByTagName('a')[0].click(); it does not work however it works in IE are there any workarounds to this? (the click function works if there is no confirm there) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.