Log in

View Full Version : onMouseOver="self.status='


DDad
08-29-2005, 09:27 PM
We want to show one thing but direct them to another.
We are tracking the links by using phpjunkyard.com/php-click-counter.php

This is used as a redirect to track clicks on a link.
http:/ /www.**********.com/ccount/click.php?id=2

This is what shows on the page ]http:/ /www.********.com

We do not want people to see the redirect address. The code below hides it from showing in the lower bar.
How do I make into PHP
This code is the html (vB said don't use)
<a href="http://www.******.com/ccount/click.php?id=2"
onMouseOver="self.status='What they see here in the lower bar'; return true">http://www.********.com</a>
If this is in the wrong forum I'm sorry please redirect

Andreas
08-29-2005, 09:36 PM
Spoofing is not nice, and might even be penalized by Search-Engines if detected.
If I notice smth. like that i'll never click it, but rather copy the URL and open it manually.

DDad
08-29-2005, 09:45 PM
Sorry Kirbe I didn't do it intentionally. I fixed it