묻고답하기

<HTML>
<HTML>
<HEAD>
<TITLE>dma</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link href="white_style.css" rel="stylesheet" type="text/css">

<Script Language="JavaScript">
function channel(){
    if (window.screen) {
    w = window.screen.availWidth;
    h = window.screen.availHeight;
        }
window.open('w_index.php','newwinsong','location=no,toolbar=yes,scrollbars=no');
}
</script>
<SCRIPT language="JavaScript">
<!--

function passWord() {
var testV = 1;
var pass1 = prompt(' [ 암호 ] 안치면못들어오셈!', '');
while (testV <3) {
if (!pass1)
window.close();
if(pass1.toLowerCase()=='암호') {
javascript:channel();
break;
}
testV+=1;
var pass1 = prompt('제대로 입력하셈! [ 암호 ]','');
}
if (pass1.toLowerCase()!="password" & testV == 3)
window.close();
return " ";
}

//--></SCRIPT>

</HEAD>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="black" onload="passWord()">

</body>
</html>








이게 되는사람도 있는데 안되는 사람도 있더라구요...
안되는 분들은 왜 안되는걸까요?? ㅠ_ㅠ