Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 05-15-2010, 10:05 PM   #1
Warrior Member
 
Join Date: Nov 2009
Posts: 25
Thanks: 7
Thanked 1 Time in 1 Post
Default How to hide a destination URL? Help please.

Hi buddies. After trying hard, I really canīt figure out how this could be done:
I have some buttons on my web page which are links to other site. When a visitor passes the mouse over them (without clicking), it becomes visible the destination URL in the status bar. I know this is the most normal thing and happens with each link in the world...But, what I want is to totally disable this function, so nothing appears in the bar when passing over buttons. In other words, I want them to have no idea at all about where they will arrive unless they click a button. Somebody can help me?

P.S: framed redirect is not a solution in my case.

Thanks in advance!

Chris
chris casab is offline   Reply With Quote
Old 05-15-2010, 10:41 PM   #2
Active Warrior
 
Join Date: Dec 2009
Posts: 30
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: How to hide a destination URL? Help please.

Perhaps try to use a url shorten website like TiniUrl - Protect & Shorten Your URL! then they won't know where they will be going.

Gamerzplanet - Your #1 source for Online Gaming Needs!!
Off Topic Forum - An Off Topic Forum!
Skyline_GTR is offline   Reply With Quote
Old 05-16-2010, 12:02 AM   #3
Warrior Member
 
Join Date: Aug 2009
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
Social Networking View Member's Twitter Profile 
Default Re: How to hide a destination URL? Help please.

use url redirection with php or html

ronaldc is offline   Reply With Quote
Old 05-16-2010, 01:00 AM   #4
Senior Warrior Member
War Room Member
 
williamrs's Avatar
 
Join Date: Aug 2009
Location: Brazil
Posts: 3,496
Thanks: 174
Thanked 1,159 Times in 614 Posts
Default Re: How to hide a destination URL? Help please.

You can use javascript.


Insert the code below between your tags <head> and </head>
Quote:
<script language="JavaScript" type="text/javascript">
<!--
var statusmsg=""
function hidestatus(){
window.status=statusmsg
return true
}
//-->
</script>
Inside each link you wish to hide the status bar message, add this onMouseover code into it as follows
Quote:
<a href="your_url" onMouseover="return hidestatus()">Link</a>

Source: Hide StatusBar Message - JavaScript

>> STOP... <<
Stop struggling alone. Stop wasting time. Stop being scammed.


williamrs is offline   Reply With Quote
Old 05-16-2010, 01:19 AM   #5
HyperActive Warrior
War Room Member
 
blackcat123's Avatar
 
Join Date: Sep 2009
Location: SL
Posts: 146
Thanks: 31
Thanked 4 Times in 4 Posts
Default Re: How to hide a destination URL? Help please.

You can input following code in to a simple php file and replace the "YOURLINK" with your destination URL. So any visitor hover over the clickable link he will only see the destination of the php file not the actual destination.

Code:
<?php
header('Location:YOURLINK');
?>
Hope this will work

Yet To Come....
blackcat123 is offline   Reply With Quote
Old 05-17-2010, 03:45 PM   #6
Warrior Member
 
Join Date: May 2010
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How to hide a destination URL? Help please.

Thanks I was just looking for these tips
guzzi333 is offline   Reply With Quote
Old 05-19-2010, 08:54 PM   #7
Warrior Member
 
Join Date: Nov 2009
Posts: 25
Thanks: 7
Thanked 1 Time in 1 Post
Default Re: How to hide a destination URL? Help please.

Thanks blackcat. I have a plain HTML page. Can I still use your code? Where should I insert it? Thanks again!
chris casab is offline   Reply With Quote
Old 05-19-2010, 08:57 PM   #8
Warrior Member
 
Join Date: Nov 2009
Posts: 25
Thanks: 7
Thanked 1 Time in 1 Post
Default Re: How to hide a destination URL? Help please.

Quote:
Originally Posted by williamrs View Post
You can use javascript.


Insert the code below between your tags <head> and </head>


Inside each link you wish to hide the status bar message, add this onMouseover code into it as follows



Source: Hide StatusBar Message - JavaScript
MMM sorry William. It didnīt work. Somebody just told me that javascript window.status is disables by default in the newest browsers. I think thatīs the problem. Thanks anyways for your help!
chris casab is offline   Reply With Quote
Old 05-19-2010, 09:05 PM   #9
Senior Warrior Member
War Room Member
 
williamrs's Avatar
 
Join Date: Aug 2009
Location: Brazil
Posts: 3,496
Thanks: 174
Thanked 1,159 Times in 614 Posts
Default Re: How to hide a destination URL? Help please.

Quote:
Originally Posted by chris casab View Post
MMM sorry William. It didnīt work. Somebody just told me that javascript window.status is disables by default in the newest browsers. I think thatīs the problem. Thanks anyways for your help!
I tested it on IE8 and it worked, but I didn't try with FF. Anyway, in this case I think you should try the code offered by Blackcat. It will cloack your URL and people won't see your affiliate link.


William

>> STOP... <<
Stop struggling alone. Stop wasting time. Stop being scammed.


williamrs is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..

Tags
destination, hide, 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 04:37 PM.