This is a SUPER FAST login script that I found.
If you need to protect a file, and need to protect it right NOW! this is for you.
<script language="javascript" type="text/javascript">
/*
---------------------------
LOGIN
---------------------------
*/
<!--
var login = prompt("LOGIN:","")
if ( login !="password" )
{ document.write("YOU FAILED!") }
-->
</script>

Post a Comment