
06-23-2003, 11:54 PM
[code:4daa1]
-->
</style>
<script language="JavaScript">
<!--
pwd = prompt("Please enter the password for level 3:","");
if (pwd==PASSWORD){
alert("Allright!\nEntering Level 4 ...");
location.href = CORRECTSITE;
}
else {
alert("WRONG!\nBack to disneyland !!!");
location.href = WRONGSITE;
}[/code:4daa1]
i see 3 variables and 1 non variable. the non variable is the address to the passwords you need..after you figure this out you must manipulate your browser address to direct you to the hiddem password cache
|