![]() | | ||||||||
| | #1 |
| Warrior Member Join Date: Nov 2009
Posts: 25
Thanks: 7
Thanked 1 Time in 1 Post
|
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 |
| | |
| | #2 |
| Active Warrior Join Date: Dec 2009
Posts: 30
Thanks: 0
Thanked 2 Times in 2 Posts
|
Perhaps try to use a url shorten website like TiniUrl - Protect & Shorten Your URL! then they won't know where they will be going.
|
| | |
| | |
| | #3 |
| Warrior Member Join Date: Aug 2009
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
|
use url redirection with php or html
|
| | |
| | |
| | #4 | ||
| Senior Warrior Member War Room Member Join Date: Aug 2009 Location: Brazil
Posts: 3,496
Thanks: 174
Thanked 1,159 Times in 614 Posts
|
You can use javascript. Insert the code below between your tags <head> and </head> Quote:
Quote:
Source: Hide StatusBar Message - JavaScript | ||
| >> STOP... << Stop struggling alone. Stop wasting time. Stop being scammed. | |||
| | |
| | #5 |
| HyperActive Warrior War Room Member Join Date: Sep 2009 Location: SL
Posts: 146
Thanks: 31
Thanked 4 Times in 4 Posts
|
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');
?> |
|
Yet To Come....
| |
| | |
| | #6 |
| Warrior Member Join Date: May 2010
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks I was just looking for these tips
|
| | |
| | #7 |
| Warrior Member Join Date: Nov 2009
Posts: 25
Thanks: 7
Thanked 1 Time in 1 Post
|
Thanks blackcat. I have a plain HTML page. Can I still use your code? Where should I insert it? Thanks again!
|
| | |
| | #8 | |
| Warrior Member Join Date: Nov 2009
Posts: 25
Thanks: 7
Thanked 1 Time in 1 Post
| Quote:
| |
| | |
| | #9 | |
| Senior Warrior Member War Room Member Join Date: Aug 2009 Location: Brazil
Posts: 3,496
Thanks: 174
Thanked 1,159 Times in 614 Posts
| Quote:
William | |
| >> STOP... << Stop struggling alone. Stop wasting time. Stop being scammed. | ||
| | |
![]() |
|
| Tags |
| destination, hide, url |
| Thread Tools | |
| |
![]() |