Protected Link | Unprotected Link (Look at the Status Bar)
[Beschreibung]
Dieses kleine Script maskiert die URL eines Links in der Status Bar.
[Kompatibilität]
[Code]
<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>
<a href="javascript:url()">Protected Link</a> | <a href="dummy.htm">Unprotected Link</a> <br> <br> (Look at the Status Bar)
Gordon Black
Kopieren Sie bitte den Code