[ProtectLink]

Protected Link | Unprotected Link

(Look at the Status Bar)

Dieses kleine Script maskiert die URL eines Links in der Status Bar.

[Kompatibilität]

[zwischen <HEAD> und </HEAD>]

<script language="JavaScript">
<!-- Begin
function url() {
hidden = open('dummy.htm','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>

[zwischen <BODY> und </BODY>]

<a href="javascript:url()">Protected Link</a> |
<a href="dummy.htm">Unprotected Link</a>
<br>
<br>
(Look at the Status Bar)

[Autor]

Gordon Black

[Download]

Kopieren Sie bitte den Code

Copyright © 1998- Nightfire Webworker Archiv Script No: 0212