Hi Please have a look at this page Click Here In this page there is a form based on java script which says choose one of 387 working proxies. I know this is java script because this came from this script. <script language='JavaScript' src='http://hotproxylist.info/proxylist.js'></script> Code (markup): My problem is that the links in this form are not clickable as they should be. This is a matter of great concern to me because adsense code is also based on java script and if something is going wrong with my site the adsense code might also not be clickable. Can anybody tell me what's happening????
Hi, the select list doesn't refer correctly to the parent form. More exactly this line: document.write('<select name=url size=11 style="width: 200px;" onclick="document.form.submit();">'); Code (markup): should be instead document.write('<select name=url size=11 style="width: 200px;" onclick="this.form.submit();">'); Code (markup): If you have access to the source code (http://hotproxylist.info/proxylist.js) change it there, otherwise contact them and ask to change it. If it's not possible then you would need to change the onclick event after the proxy list is loaded...