The folowing script hides the actual URL of any chosen link.
You have to tweak the code that goes in the HEAD for this to work.
The unprotected link is simply a normal link.
IN THE HEAD
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: BOOGIE WOOGIE(
[email protected]) -->
<!-- Web Site:
http://www.boogie.com/woogie -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!!
http://javascript.internet.com -->
<!-- Begin
function url() {
hidden = open('http://javascript.internet.com/new/','NewWindow','top=0,left=0,width=1020,height=710, status=no,resizable=yes,scrollbars=yes');
}
// any of the above window parameters can be changed,
// but if you want the link to remain hidden do not
// change 'status=no'
// End -->
</script>
IN THE BODY
<a href="javascript
:url()">Protected Link</a> |
<a href="http://javascript.internet.com/new/">Unprotected Link</a>
<br>
<br>
(Look at the Status Bar)
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>