![]() |
| ||
| A handy code that brings up a password window to keep others off of the web pages you choose. |
<script language="JavaScript"> var password; var pass1="PASSWORD-HERE"; password=prompt('Whats The Magic Word?',' '); if (password==pass1) alert('That Is Correct!'); else { window.location="SITE-LINK"; } </script>