<head><script language="javascript">
<!-- BEGIN Script
// This script is copyright 1997... if there are problems, contact Jwegated
// at jwegated@psynet.net of http://www.psynet.net/jwegated
// where to go if wrong password...
var wrong="http://www.javafile.com/javascripts/browsers/pass1.htm";
// password...
var password="WHAT";
// prompts the user this...
var name = prompt("WHAT is the password???","WHAT");
// if... else statement... right, confirm this, wrong, go to wrong...
if (name == password) {(confirm("Welcome!"))}
else {location.href=wrong}
// END Script -->
</script>
<title>JavaFILE</title>
<base target="leftframe">
</head>
<body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" <!--content start-->
<p align="center"><img src="http://www.javafile.com/images/banner.GIF"
alt="banner.GIF (2826 bytes)"></p>
<table WIDTH="96%" BORDER="0" CELLSPACING="5"
CELLPADDING="5">
<tr>
<td WIDTH="100%">See if you can figure out "what"
the password is...real tuff
one huh :) In the source, you'll see where to type in the url for
wrong
answers...for the demo here, we just make you go in circles :)<font FACE="ARIEL,HELVETICA"
SIZE="-1"><p align="center"></font><font
size="3">Author: <font color="#000000"><a
href="http://www.psynet.net/jwegated">jwegated</a>
<a
href="http://www.javafile.com/javascripts/browsers/pass1.zip">Download
the Script</a></font></font><font
FACE="ARIEL,HELVETICA" SIZE="-1"></p>
<p>Welcome to the password protected page! </font></td>
</tr>
</table>
<!--content stop-->
</body>
</html>