Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 06-17-2009, 08:33 AM   #1
HyperActive Warrior
War Room Member
 
russellprisco's Avatar
 
Join Date: Jan 2009
Location: Northern NJ
Posts: 183
Thanks: 102
Thanked 21 Times in 16 Posts
Contact Info
Send a message via Skype™ to russellprisco
Default How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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>
Looking for a solution that will work 100% of the time for most all browsers.

Anyone?

Thanks in advance,

~Russell Prisco =)
russellprisco is offline   Reply With Quote
Old 06-17-2009, 09:39 AM   #2
Bill Skywalker Edwards
War Room Member
 
iw433's Avatar
 
Join Date: Nov 2002
Location: Arizona
Posts: 1,208
Blog Entries: 3
Thanks: 1,288
Thanked 72 Times in 61 Posts
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

I have software that will do that. PM me.

iw433 is offline   Reply With Quote
Old 06-20-2009, 07:16 PM   #3
HyperActive Warrior
War Room Member
 
russellprisco's Avatar
 
Join Date: Jan 2009
Location: Northern NJ
Posts: 183
Thanks: 102
Thanked 21 Times in 16 Posts
Contact Info
Send a message via Skype™ to russellprisco
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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 =)
russellprisco is offline   Reply With Quote
Old 06-20-2009, 08:34 PM   #4
The Reality Check
War Room Member
 
Bruce Wedding's Avatar
 
Join Date: Apr 2006
Location: Cancun, Quintana Roo, MX
Posts: 3,545
Thanks: 266
Thanked 464 Times in 215 Posts
Social Networking View Member's FaceBook Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to Bruce Wedding
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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
Bruce Wedding is offline   Reply With Quote
Old 06-22-2009, 12:05 PM   #5
HyperActive Warrior
War Room Member
 
russellprisco's Avatar
 
Join Date: Jan 2009
Location: Northern NJ
Posts: 183
Thanks: 102
Thanked 21 Times in 16 Posts
Contact Info
Send a message via Skype™ to russellprisco
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

Quote:
Originally Posted by Bruce Wedding View Post
Step by step: Tested it with FF 3.0 and IE 7.0

Hide affiliate links using Javascript - Code included | RagePank SEO

Thanks Bruce. What happens when their javascript is disabled though?

~Russell Prisco =)
russellprisco is offline   Reply With Quote
Old 06-22-2009, 12:29 PM   #6
Gene Yarbrough
War Room Member
 
Join Date: Oct 2005
Location: Northern Virginia
Posts: 558
Thanks: 31
Thanked 56 Times in 40 Posts
Contact Info
Send a message via Skype™ to gyar29
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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
gyar29 is offline   Reply With Quote
Old 06-22-2009, 12:35 PM   #7
Advanced Warrior
 
Join Date: Mar 2009
Posts: 931
Thanks: 36
Thanked 102 Times in 91 Posts
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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
Tyrus Antas is offline   Reply With Quote
Old 06-22-2009, 12:40 PM   #8
Senior Warrior Member
War Room Member
 
bgmacaw's Avatar
 
Join Date: Aug 2008
Location: Atlanta GA Metro Area, USA.
Posts: 3,643
Blog Entries: 5
Thanks: 311
Thanked 925 Times in 644 Posts
Social Networking View Member's Twitter Profile 
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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.

bgmacaw is offline   Reply With Quote
Old 06-22-2009, 01:25 PM   #9
GarrieWilson.com
War Room Member
 
GarrieWilson's Avatar
 
Join Date: Jul 2006
Location: Mount Vernon, IL
Posts: 4,237
Blog Entries: 20
Thanks: 490
Thanked 301 Times in 186 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

Use an external php file to redirect them.

GarrieWilson is online now   Reply With Quote
Old 06-22-2009, 09:39 PM   #10
Chick Magnet
 
BurgerBoy's Avatar
 
Join Date: May 2009
Location: Kentucky, USA
Posts: 193
Thanks: 18
Thanked 22 Times in 19 Posts
Default Re: How Do You Hide A URL In Status Bar/ Mouse Over & Stop "Copy Link" Ability?

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.

BurgerBoy is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
ability, bar or, copy link, hide, mouse, status, stop, url

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:21 AM.