Hide links

This script won't let your visitors see the real address of a link.

<a href="yourpage.html" onMouseOver="window.status='This text appears when the cursor is over the link';return true;" onMouseOut="window.status='This text appears when the cursor is not on the link';return true">Link</a>

Obviously, you can change the text that will appear.

<< Back