Go Back   Webmaster Forum > Development > Web Development > HTML and CSS
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
Newbie
Posts: 12
Join Date: Mar 2008
iTrader: (0)
html code? - 04-06-2008

Hey im looking for a html code so I can hide my url links so nobody can see the url to the websites they are clicking.

Last edited by richierich813 : 04-06-2008 at 04:06 AM.
Reply With Quote
  # 2 (permalink)
Old
The Computer Addict !
Posts: 2,093
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
04-06-2008

To hide the URL of the link appearing in the status bar of the browser,
you can use this :

HTML Code:
<a href="http://www.geekpoint.net"
  onMouseover="window.status= 'GeekPoint';return true"
  onMouseout="window.status= '';return true">

    Visit GeekPoint

</a>
Reply With Quote
  # 3 (permalink)
Old
Designing Team Leader
Posts: 87
Join Date: Jun 2008
iTrader: (0)
Location: guidelineproducts.com
06-28-2008

Thanks Shadab! Don't know where i'd be without you man!
Bookmarked this page!


GuidelineProducts.com
I'm Selling : digitalpointer.net digitalpointer.info digitalpointing.net digitalpointing.info
Get a huge discount if you buy whole pack
Reply With Quote
  # 4 (permalink)
Old
Promotion Team Leader
Posts: 1,423
Join Date: Aug 2007
iTrader: (0)
Location: Sujangarh (Rajasthan,India)
06-29-2008

This is what Google do when we search anything.

When we take our mouse on links in google search page then it looks that it will directly open that page but its not...


Directory forum| Webmaster Zone| Directory Point | Dierctory Blog
PR4
Bidding Directory | Blog of India
If Shadab is solution....I need my question back...

Reply With Quote
  # 5 (permalink)
Old
Newbie
Posts: 35
Join Date: Jul 2008
iTrader: (0)
thanks - 08-11-2008

Quote:
Originally Posted by Shadab View Post
To hide the URL of the link appearing in the status bar of the browser,
you can use this :

HTML Code:
<a href="http://www.geekpoint.net"
  onMouseover="window.status= 'GeekPoint';return true"
  onMouseout="window.status= '';return true">

    Visit GeekPoint

</a>



Hi shadab


thanks for giving me this code. may b it help me.

thanks
Reply With Quote
Reply


Thread Tools



PSD to HTML

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com