![]() | | ||||||||
| | #1 |
| HyperActive Warrior War Room Member Join Date: Jan 2009 Location: Northern NJ
Posts: 183
Thanks: 102
Thanked 21 Times in 16 Posts
|
I have a link that I'd like people to be able to click on but not see the actual link. So the ONLY way that they can EVER get to the destination URL is to click on the link wherever I've placed it. ex: Click Here Takes them to domain.com/whatever.html but shows domain.com (or whatever) But I don't want anyone to ever know that they're being sent to /whatever.html So the only ways I can think of that they could possibly know are: 1. URL address bar 2. Bottom left corner (when hovering over a link) 3. Copy Link Location (right clicking) So How can I handle this? I found some code that will work for IE but not Firefox etc, and they give code for it to work in Firefox etc but it requires java to be active for it to work. Code: <a href="http://www.sell.com/?referrer=225" onMouseOver="window.status='http://www.sell.com'; return true" onMouseOut="window.status=''">Click here </a> Code: <script language="javascript" type="text/javascript">
function redirect(URL)
{
document.location=URL;
return false;
}
</script> Code: <a href="http://www.sell.com" onclick="return
redirect('http://www.sell.com/?referrer=225');">Click here</a> Anyone? Thanks in advance, ~Russell Prisco =) |
| | |
| | #2 |
| Bill Skywalker Edwards War Room Member Join Date: Nov 2002 Location: Arizona
Posts: 1,208
Blog Entries: 3 Thanks: 1,288
Thanked 72 Times in 61 Posts
|
I have software that will do that. PM me.
|
|
Bill Skywalker Edwards First Page of Google Small Business Web Development Services Arizona Personal Injury lawyer Dominate Google | |
| | |
| | #3 |
| HyperActive Warrior War Room Member Join Date: Jan 2009 Location: Northern NJ
Posts: 183
Thanks: 102
Thanked 21 Times in 16 Posts
|
Thanks Skywalker! I'm not exactly just looking for an affiliate cloaker though. I want the ONLY way someone can get to a specific web page to be by clicking on a link inside a members restricted area to prevent sharing of the link. So it will just show anchor text like "Click Here" but will not show the destination URL in the Address Bar, nor in the bottom left when you hover. And again, I don't want peoeple to be able to copy it using right click/ highlight+CTRL+C(or X).... Anybody Have Any Ideas? I guess the simplest way to describe what I want to do is.... I don't just want to Hide the LINK, I want to also HIDE the URL and remove the ability to copy it. Thanks in advance (and thanks again Skywalker!) ~Russell Prisco =) |
| | |
| | #4 |
| The Reality Check War Room Member Join Date: Apr 2006 Location: Cancun, Quintana Roo, MX
Posts: 3,545
Thanks: 266
Thanked 464 Times in 215 Posts
|
Step by step: Tested it with FF 3.0 and IE 7.0 Hide affiliate links using Javascript - Code included | RagePank SEO |
|
Cancun Beach Bum
| |
| | |
| | #5 | |
| HyperActive Warrior War Room Member Join Date: Jan 2009 Location: Northern NJ
Posts: 183
Thanks: 102
Thanked 21 Times in 16 Posts
| Quote:
Thanks Bruce. What happens when their javascript is disabled though? ~Russell Prisco =) | |
| | |
| | #6 |
| Gene Yarbrough War Room Member Join Date: Oct 2005 Location: Northern Virginia
Posts: 558
Thanks: 31
Thanked 56 Times in 40 Posts
|
Russell, The number of people that know how to disable JavaScript is pretty small. Then number of people that disable JavaScript for any length of time is even smaller. They quickly find that having JavaScript disabled has a huge detrimental effect on their surfing experience. I don't mean to imply that you should never worry about those that do disable JavaScript permanently, they do exist, but their numbers are small enough that you probably will not even notice them. Sometimes trying to build a website that does everything for everyone is counter productive. You spend more time thinking about minutiae than you do thinking about better ways of earning income. Gene |
| | |
| | #7 |
| Advanced Warrior Join Date: Mar 2009
Posts: 931
Thanks: 36
Thanked 102 Times in 91 Posts
|
It is true that the number of people who know how to skip this is small. But that small population is also the most likely to be interested in defeating whatever Russell is trying to do. And they have the knowledge to do that. Tyrus |
| yes -no | |
| | |
| | #8 |
| Senior Warrior Member War Room Member Join Date: Aug 2008 Location: Atlanta GA Metro Area, USA.
Posts: 3,643
Blog Entries: 5 Thanks: 311
Thanked 925 Times in 644 Posts
|
The way I'd do it would be to use a PHP script on my site as the link shown on the original page. In the script, I'd check the referrer and, if it's my site, I redirect to the target, if it's not my site, I redirect back to the original page.
|
| Product Reviews | Earn Online Cash | Free HTML Templates Free WordPress Themes: Boring Memo | Dateless Mini-Site | Info Magazine | 100 Twenty-Ten Niche Headers Discount Templates, Graphics and Scripts: Templates for Website | |
| | |
| | #10 |
| Chick Magnet Join Date: May 2009 Location: Kentucky, USA
Posts: 193
Thanks: 18
Thanked 22 Times in 19 Posts
|
You can use the following for your link and it won't show anything on a mouseover but the url of your page the link is on. <a onclick="x=window.open('http://www.TheUrlOfTheLink .com')" href="#">What ever you want the link to say Click Here</a> It will go to the page you want it to go to plus it'll open the link in a new window. |
| Collectible Dolls Shop, Nursing Scrubs Shop, Best Shopping Center, Sports Memorabilia Deals Eat More Beans - America Needs The Gas. | |
| | |
![]() |
|
| Tags |
| ability, bar or, copy link, hide, mouse, status, stop, url |
| Thread Tools | |
| |
![]() |