Hi Everyone. This is my first post so I hope I don't mess it up.
I have a very simple line of code that cloaks my affiliate link in the status bar of the browser.
<p><a href="
http://www.tkqlhce.com/click-2669053-10484736" target="_blank" onmouseover="window.status='
http://www.vongo.com';return true;" onmouseout="window.status=' ';return true;"><img src="
http://www.ftjcfx.com/image-2669053-10484736" width="468" height="60" alt="" border="0"/></a></p>
The code runs fine locally but refuses to work on the server. I have tested it with both IE7 and Firefox with javascript on. I've run the code locally on my xampp Apache server and it works fine. On the Lunarpages server the embedded javascript does not work. The uploaded html file that contains this line of code runs fine on the server except for the embedded javascript so the file is not corrupt. I know that javascript actually runs in the browser and not on the server and as far as I know there are no server settings related to javascript so why doesn't it work?
Any help with this problem would be greatly appreciated. Please keep in mind that I am not a javascript programmer so please keep it simple for my simple mind.
