The Un-Official Proxomitron Forum

Full Version: changing a <a href onClick to auto click
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I wanna change <a href onClick=continueShopping() *> to click if it sees it on the page. Here is the part of the code:


<TD colspan="3" valign="middle" bgcolor="#ffffff"><A href="#" onClick="continueShopping(); return false;"><IMG border="0" height="17" hspace="3" src="/images/bl_arr_left.jpg" width="17"><font face="verdana,arial,helvetica" size="2">Continue Shopping</font>[/url]<IMG height="1" src="/images/1x1.gif" width="50"></TD>


i wanna click that Continue Shopping link.. anybody know what i can change this link to so I can do that?

Thanks!
You could change the body tag to:

<body onload="continueShopping(); return false;">
Reference URL's