728x90
<!-- 아래의 소스를 새창(팝업)으로 뜰 문서의<head></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.pop.Notice2.checked )
        setCookie( "Notice2", "done" , 1);//1은 하루동안 새창을 열지 않게 합니다.
        self.close();
}
// -->
</SCRIPT>

<!-- 아래의 소스를 새창으로 뜰 문서의 <body></body>사이에 넣어 주세요  -->
<form name=pop>
<input type=checkbox name="Notice2" value=""> 하루 동안 띄우지 않음. <a href="javascript:history.onclick=closeWin()">[닫기]</a>  </form>
728x90

'Information' 카테고리의 다른 글

Window객체의 속성  (0) 2007.03.04
세로식 배열 테이블 메뉴  (0) 2007.03.04
동적으로 테이블의 tr 생성 및 삭제  (0) 2007.03.04

+ Recent posts