Cut and paste the source code of the above script here (Read How to Cut N Paste for help)
<!------------Cut--------------->
<HTML> <HEAD> <TITLE>Page Locker</TITLE> <SCRIPT> <!-- // Script Editor: Howard Chen
// Browser Compatible for the script: IE 2.0 or Higher
// Netscape 2.0 or Higher
// This script is free as long as you keep its credits
var locked = true
function locker()
{
if (locked == true){self.location.href= location.href}
}
//-->
</SCRIPT>
</HEAD>
<BODY onunload="locker()">
<FORM><INPUT TYPE="BUTTON" value="Unlock" onclick="locked = false"></FORM>
</BODY>
</HTML>
<!----------------End--------------->
IMPORTANT: The scripts provided in this page are
free as long as you keep the credits in the code. E-mail
me or use Script Rebuild Service for additional help about Cut N Paste or to ask
for a script that is just for you.