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
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