|
Witam !
Takie coś udało mi się wydobyć ale nic nie idzie !
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;
}
PASSWORD="AbCdE";
CORRECTSITE="level4-jozera.html";
WRONGSITE="http://www.disney.com";
Ostatnio zmieniany przez Laser : 08.11.2002 o godz. 16:13
|