View Full Version : how do i recode a hyperlink to not show user id ?
DownUnder
Sep 29th 2007, 5:34 am
http://www.income4beginners.com/index.php?uid=4778
I have borrowed the link from a post i was just reading, I know it is possible to attach this to a hyper link for example to activae the id on incoming.
Is there a way to code the hyperlink to hide the user id section in the adress bar and show the url only or can this only be done with the code itself
any tips would be great. ( i dont wish to mislead people, i just think it looks sloppy when done this way )
SoftCloud
Sep 29th 2007, 12:06 pm
You cannot get it hidden in the address bar, but to hide it when your mouse hovers over it on your webpage use this:
<a href="http://www.income4beginners.com/index.php?uid=4778" onmouseover="window.status='http://www.income4beginners.com';return true;" onmouseout="window.status='';return true;">http://www.income4beginners.com</a>:)
DownUnder
Sep 30th 2007, 2:00 am
You cannot get it hidden in the address bar, but to hide it when your mouse hovers over it on your webpage use this:
<a href="http://www.income4beginners.com/index.php?uid=4778" onmouseover="window.status='http://www.income4beginners.com';return true;" onmouseout="window.status='';return true;">http://www.income4beginners.com</a>:)
thankyou, i will give it a go, appreciate your help.
s&ptrader
Oct 1st 2007, 11:17 am
you can always create a blank page and then do a redirect to your affiliate site... most cPanel hosting does this with easy configuration
forexample
yoursite.com/blank.html ---> redirects to your affiliate site
mattcook620
Oct 1st 2007, 11:24 am
I agree with s&ptrader get a redirect script and have a subpage off your website or just register a domain for that affiliate product. You could even get a .info site for I think 1.99 and use free hosting just for the redirect.
DownUnder
Oct 2nd 2007, 3:49 am
I agree with s&ptrader get a redirect script and have a subpage off your website or just register a domain for that affiliate product. You could even get a .info site for I think 1.99 and use free hosting just for the redirect.
Thanks to both, i have a seperate .info so i will look at that option.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.