So I want to disguise my links. I'm pretty sure I've seen it posted here, but I went through search and couldn't find the exact thread so sorry about that.
Heres what I want to do: Say I have a poll/vote website where you click on an img/link to cast your vote and it sends you to a results page. Well I don't want to actually code a results page that counts all the votes, I just a fake results page. I don't want people to know that all the links go to the same page. So when a user hovers over link the browser says site.com/vote4cat or site.com/vote4dog, but really the links all go site.com/results. How can I do this?
I've searched google and found:
<a href="http://www.affiliate-link.com/" target="_top" onmouseover="window.status=’http://www.company-name.com’;return true;" onmouseout="window.status=’ ‘;return true;"></a>
I tried implementing it but it didn't seem to work, maybe the code is old and doesn't doesn't fool Firefox? Sorry I'm quite noobish at coding so any help would be great, thanks.
P.S. What I remember reading in the post I can't seem to find is that it showed you how to do something like site.com/blah?=vote4cat (is that php?) or something like that. Again I'm still learning this stuff so I might have gotten that wrong.
Heres what I want to do: Say I have a poll/vote website where you click on an img/link to cast your vote and it sends you to a results page. Well I don't want to actually code a results page that counts all the votes, I just a fake results page. I don't want people to know that all the links go to the same page. So when a user hovers over link the browser says site.com/vote4cat or site.com/vote4dog, but really the links all go site.com/results. How can I do this?
I've searched google and found:
<a href="http://www.affiliate-link.com/" target="_top" onmouseover="window.status=’http://www.company-name.com’;return true;" onmouseout="window.status=’ ‘;return true;"></a>
I tried implementing it but it didn't seem to work, maybe the code is old and doesn't doesn't fool Firefox? Sorry I'm quite noobish at coding so any help would be great, thanks.
P.S. What I remember reading in the post I can't seem to find is that it showed you how to do something like site.com/blah?=vote4cat (is that php?) or something like that. Again I'm still learning this stuff so I might have gotten that wrong.