Script Categories













Menus and Navigation >>> Protected Link.

This small script masks the URL in the status bar to hide the real link to that particular page.

Protected Link | Unprotected Link

(Look at the Status Bar)

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
function url() {
hidden = open('http://yaldex.com/JSFactory_Pro.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="http://yaldex.com/JSFactory_Pro.htm">Unprotected Link</a>
<br>
<
br>
(Look at the Status Bar)

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©