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) Link to comment https://forums.phpfreaks.com/topic/223034-google-chrome-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.