[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
If variables are set to something after it's being checked by an if statement, it's not going to use the value that it was set to after the check....sooo it needs to be set somewhere else...but where! oOo: