Hide URLs in <a> anchors


/ Published in: HTML
Save to your folder(s)

Works in IE.
FF 1.5 hides URL, but does not show displayed url.


Copy this code and paste it in your HTML
  1. <a href="hidden_url" target='_blank'
  2. onMouseOver="self.status='displayed_url'; return true;"
  3. onMouseOut="self.status='';">Label</a>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.