| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
I would like to stop showing URLs at bottom of browser in following cases:
1. When someone moves with mouse to images on my site to click, I don't want to show at bottom of browser my 'affiliate' URL! How can I do that? 2. When visitors coming to my site, I also don't want to show URLs at bottom of browser when my site is downloading! How can I do above mentioned? Which code do I need to add? Many thanks! |
|
|
|
|
|
#2 |
![]() Join Date: May 2001
Location: Beautiful Darwin
Posts: 4,752
|
What reason do you have for not showing your visitors what they are about to click on? If I come across a site where that is hidden, I look at the source code before I click.
|
|
|
|
|
|
#3 |
![]() Join Date: Aug 1999
Location: Gold Coast, Queensland, Australia
Posts: 9,488
|
Jan has a valid point, and one that Google is rumoured to have started taking into account when evaluating links. Personally, I also don't like clicking on links with hidden or obscured destination URLs and often right-click on a link before following through if I'm suspicious about a URL.
That said, it's easy to conceal a link's destination if you do choose to do so. Adding the following code snippet within your <a href> tag will do just that: Code:
<a href="http://www.geekvillage.com" onMouseOver="window.status='The geek shall inherit the Earth!'; return true" onMouseOut="window.status=' '; return true">blah</a>
__________________
Czar Follow Geek/Talk's Twitter Feed to stay up to date with new discussion threads and online ad industry highlights. Important GeekVillage Links: Home | Rules | Posting Guide | Report Trouble | Feedback | Advertise on GV |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fantastic new privacy browser | Larwee | Web Design and Webmaster Issues | 2 | 09-12-2006 04:12 AM |
| They say it is simply a better browser | Larwee | Web Design and Webmaster Issues | 0 | 03-30-2006 09:12 PM |
| AOL releases standalone beta browser | Larwee | Web Design and Webmaster Issues | 4 | 09-21-2005 01:57 AM |
| New Netscape Navigator Beta | Larwee | Web Design and Webmaster Issues | 1 | 11-30-2004 08:02 PM |
| How do I fix my browser? | Steve_S | Help Me - FAQ - Lost Geek (Read Only) | 0 | 07-14-2001 02:53 PM |
![]()