묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
암호받아서 창띠우는거...
2004.08.19 10:40
<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>
이게 되는사람도 있는데 안되는 사람도 있더라구요...
안되는 분들은 왜 안되는걸까요?? ㅠ_ㅠ
<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>
이게 되는사람도 있는데 안되는 사람도 있더라구요...
안되는 분들은 왜 안되는걸까요?? ㅠ_ㅠ
익스플로러 버전의 문제가 아닌지 싶습니다.
두개의 컴퓨터에 익스플로러 버전을 먼저 확인해 보세요