Jump to content

How to hide link's url?


Betty_S

Recommended Posts

Try this...

<a href="#" onMouseOver='java script:window.status="link 1"; return true'onMouseOut='java script:window.status=" "; return true'onClick="java script:window.location='http://www.google.com'">Masked Link 1</a> | <ahref="#" onClick="java script:window.location='http://www.yahoo.com'"onMouseOver='java script:window.status="link 2"; return true'onMouseOut='java script:window.status=" "; return true' >Masked Link 2</a>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...