NameSilo

Hiding the URL of links?

Spacemail by SpaceshipSpacemail by Spaceship
Watch

Lyle Christine

Established Member
Impact
0
Is it possible to hide the URL of links?

What I mean is, when the mouse pointer is placed over a link, the link location appears on the bottom left hand side of the browser.

Is it possible to hide the location, or even have something else diplayed?

I've seen text scroll along there before.

Thanks for any help!

Lyle
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
First of all, why would you want to hide the link?

Secondly:
Code:
<a href="Doesn't matter" onMouseDown="parent.location='url.htm'">
 
0
•••
Well, I'm hosting a secondary site on my primary site with a masked short url (vze.com) so it makes it look better if the actual address isn't shown.

But I'm having trouble with that code, is there any chance you could maybe expand on it, simply inserting it doesn't seem to give even a test result.

For isntance, one link is the word 'Contact' which obviously links to a contact page. Would the code for that be:

<a href="Contact" onMouseDown="parent.location='actuallocationofcontactpage.htm'">

Thanks
 
0
•••
Sorry, I should have tested it first.

This will work: <a href="http://www.****inggoogleit.com" onMouseOver="window.status='';return true">How to Search</a>

;)
 
0
•••
this should work

<a href="http://www.aaa.com" onMouseOver="(window.status='REPLACE THIS TEXT FOR TITLE'); return true">http://www.aaa.com/</a>
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Spaceship
Domain Recover
CatchDoms
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back