묻고답하기

팝업창을 뛰워서 체크를 하면 다시 나타나지 않게 하려하는데 체크를 해도 계속 나타나네요..

뭐가 잘못됐는지 좀 봐주세요..

주소는 http://tjcblack.co.sr

소스 밑에 나갑니다..log.php와 popup.htm 두개의 소스입니다.....


==========================================================================================

<?
$_zb_level = 10;
$_zb_skin = "cafe_out2";
$_zb_url = "http://oxpanic.cafe24.com/bbs/";
$_zb_path = "/home/hosting_users/oxpanic/www/bbs/";
include $_zb_path."outlogin.php";
?>

<html>

<head>
<script language="JavaScript">
<!--
function getCookie(name) {
var nameOfCookie = name + "=";
var x = 0

while ( x <= document.cookie.length ) {
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie ) {
if ( (endOfCookie=document.cookie.indexOf( ";",y )) == -1 )
endOfCookie = document.cookie.length;
return unescape( document.cookie.substring(y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}

function openCookieWin() {
if (getCookie("ncook") != "done") {
noticeWindow = window.open("/popup.htm","","width=309, height=470, top=100,center");
noticeWindow.opener = self;
}
}
//-->
</script>

<script language="JavaScript">
<!--

var favoriteurl="http://tjcblack"
var favoritetitle="TJC black"
function addfavorites(){
if (document.all)
window.external.AddFavorite(favoriteurl,favoritetitle)}

//-->
</script>

<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta name="generator" content="Namo WebEditor v6.0">
<base target="contents">
<style><!--
a { text-decoration:none; }
-->
</style></head>

<body onLoad="openCookieWin();" bgcolor="white" text="black" link="black" vlink="black" alink="black" leftmargin="0" marginwidth="0" topmargin="1" marginheight="1">
<table width="118" cellpadding="0" cellspacing="0">
    <tr>
        <td width="34" height="48">
            <p align="left"><? print_outlogin("cafe_out2", 1, 10) ?>
</p>
</td>
    </tr>
    <tr>
        <td width="34" height="14">
            <p align="center"><a href="loginp.htm" target="detail" title="로그인이 안될때"><img src="image/logp.gif" width="118" height="34" border="0"></a></p>
</td>
    </tr>
    <tr>
        <td width="34" height="4"><a href="javascript:addfavorites()" title="즐겨찾기 추가"><img src="image/link.gif" width="118" height="34" border="0"></a></td>
    </tr>
    <tr>
        <td width="34" height="21"><a href="http://oxpanic.cafe24.com/bbs/zboard.php?id=vote" target="detail" title="설문조사"><img src="image/vote.gif" width="118" height="34" border="0"></a></td>
    </tr>
    <tr>
        <td width="34" height="7">

            <p align="center">
            <script src="http://www.gilboard.cc/counter/count.php?uid=oxpanic&cid=tjcb" &d=1440>
            </script>
</p>
</td>
    </tr>
    <tr>
        <td width="34" height="216">
            <p> </p>
            <p> </p>
            <p> </p>
            <p> </p>
            <p> </p>
</td>
    </tr>
    <tr>
        <td width="34" height="34"><img src="image/banner/vibe.gif" width="118" height="34" border="0" alt="궁동 vibe"></td>
    </tr>
    <tr>
        <td width="34" height="5">            <p><a href="http://cafe.daum.net/CNhips" target="_blank" title="충남대학교 흑인음악 동아리 AW"><img src="image/banner/awbanner.gif" width="118" height="34" border="0"></a></p>
</td>
    </tr>
    <tr>
        <td width="34" height="5">
            <p align="center"><a href="admin.htm" target="detail" title="배너/광고 신청"><img src="image/banner/ad.gif" width="118" height="34" border="0"></a></p>
</td>
    </tr>
    <tr>
        <td width="34" height="25"><a href="admin.htm" target="detail" title="운영자에게"><img src="image/banner/contact.gif" width="118" height="34" border="0"></a></td>
    </tr>
</table>
</body>

</html>


============================================================================================

<html>

<head>
<script language="JavaScript">
<!--
function setCookie(name,value,expiredays) {
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

function closeWin() {
if(document.checkClose.ncook.checked == true) {
setCookie("ncook", "done" ,7);
}
self.close();
}
//-->
</script>

<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta name="generator" content="Namo WebEditor v6.0">
</head>

<body bgcolor="white" text="black" link="black" vlink="black" alink="black" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table width="309" height="460" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td width="1088">
            <p align="center"><img src="image/pupupad.gif" width="309" height="438" border="0"></p>
</td>
    </tr>
    <tr>
        <td width="1088" height="9">
            <p align="right"><form name="checkClose">
  <input type="checkbox" name="ncook"><font face="돋움"><span style="font-size:10pt;">다음부터 이 창 띄우지 않음
  <a href="/popup.htm" onClick="closeWin()">닫기</a>
</span></font></form>
</p>
</td>
    </tr>
</table>
</body>

</html>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
모해 게시판 스킨설정을 완료하면 메인을 가집니다  
슈니슈니 구글페이지스피드 에러 [4] 2014.05.14 by 슈니슈니
강군z 포인트선물 수수료 적용안되네요  
달다뤼 core업데이트시 [4] 2014.05.14 by 달다뤼
달다뤼 검색결과에 [4] 2014.05.14 by 달다뤼
갤럭시s5 이거 로그인스킨 이름이 먼가여? [1] file 2014.05.14 by #혼마 메이코
blo 제로보드4에서 xe로 데이터 이전한 글들 중 일부가 문서에 잡히지 않는데요.. [1] 2014.05.14 by #혼마 메이코
홍쌈다dfej 다른레이아웃 설치 ㅜㅜ [1] 2014.05.14 by #혼마 메이코
slkaw 이런 레이아웃 어디없나요 / .? [1] file 2014.05.14 by XE힘들당휴
qwqwwewe 웹개발 질문좀요 [3] 2014.05.14 by qwqwwewe
김재호491 급합니다...영어게시판 따로 설치 방법이 궁금합니다. [1] 2014.05.14 by mindpainter
riri_ 확장 컴포넌트에서 등록한 이미지가 자동리사이즈 되지 않을때 [11] 2014.05.14 by 애니즌
PKSon 게시판 생성 도저히 안되네요. [2] 2014.05.14 by B-Nation
임상수757 Pc접속시 A 사이트 모바일 접속시 B사이트 설정 방법 [1] 2014.05.14 by 똑디
클린베2 플래시 파일을 첨부하면 사진처럼 뜹니다. [2] file 2014.05.14 by 클린베2
꿈꾸는SW 관리자 페이지 접속이 않됩니다. [2] 2014.05.14 by 빽짱구
빽짱구 1.7.5에서 비밀번호 수준 [2] file 2014.05.14 by 빽짱구
oscarmike 큰일났습니다 [15] 2014.05.14 by teguh100
slkaw 누리고게시판 수정.....질문 file  
xe마스터즈 롤링위젯  
아담하와 한 계정 다중 도메인시 문제점. 도와주세용~ [5] 2014.05.14 by 아담하와
D라인1 관리자계정에 들어갈수가없습니다. [2] 2014.05.14 by Double'U'
제로보드굿짱 프로필 사이즈 확대? [8] 2014.05.14 by 제로보드굿짱
Maria 내용직접입력 위젯페이지 질문 [3] file 2014.05.14 by 똑디
홍쌈다dfej 다른 레이아웃 설정이안됩니다!! 서버문제인가요?  
제로보드굿짱 비밀글 설정어떻게하나요? [2] 2014.05.14 by 제로보드굿짱
임실치즈 file 폴더 권한을 707로 변경후 다시 755로 변경.. [7] 2014.05.14 by Luatic™
오락실주인 DB 접속 오류 .... [2] file 2014.05.14 by 오락실주인
alljoy 1.7.5 tar [2] 2014.05.14 by alljoy
박철수962 사이트맵에서 메뉴 추가가 안됩니다. [1] 2014.05.14 by XE힘들당휴