묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
오늘하루 창띄우지않기에서...
2004.11.27 16:51
팝업을 띄우고 폼 생성까지는 완벽하게 됐습니다.
그런데 체크를하고 닫아도 계속해서 창이뜹니다....
메인페이지에서는 드림위버로 open browser window로 띄우기설정을했구요
팝업창에서는 이소스를 썼습니다.
검토좀 부탁드리겠습니다.
<html>
<head>
<title>mixhouse 이벤트 공지 ~!!</title>
<META http-equiv="imagetoolbar" content="no">
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<Script Language="javascript">
<!--
function closeWin()
{
if(document.form1.chk_close.checked)
{
setCookie("chk_close", "done", 1);
}
self.close();
}
function setCookie(name, value, expiredays)
{
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie="chk_close=done; path=/; expires=" + todayDate.toGMTString() +1+ ";"
}
//-->
</Script>
<style type="text/css">
<!--
A {text-decoration:none;color:#666699;font-size:9pt;}
A:HOVER {text-decoration:none;color:#666699;font-size:9pt;}
//-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="402" height="484" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="402" height="464"><img src="images/popup.gif" width="402" height="464"></td>
</tr>
<tr>
<td align=center><form name="form1">
<input type=CHECKBOX name="chk_close"> <a href= "javascript:closeWin()">오늘하루동안 이창을 띄우지 않음</a>
</td>
</form>
</tr>
</table>
</body>
</html>
그런데 체크를하고 닫아도 계속해서 창이뜹니다....
메인페이지에서는 드림위버로 open browser window로 띄우기설정을했구요
팝업창에서는 이소스를 썼습니다.
검토좀 부탁드리겠습니다.
<html>
<head>
<title>mixhouse 이벤트 공지 ~!!</title>
<META http-equiv="imagetoolbar" content="no">
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<Script Language="javascript">
<!--
function closeWin()
{
if(document.form1.chk_close.checked)
{
setCookie("chk_close", "done", 1);
}
self.close();
}
function setCookie(name, value, expiredays)
{
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie="chk_close=done; path=/; expires=" + todayDate.toGMTString() +1+ ";"
}
//-->
</Script>
<style type="text/css">
<!--
A {text-decoration:none;color:#666699;font-size:9pt;}
A:HOVER {text-decoration:none;color:#666699;font-size:9pt;}
//-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="402" height="484" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="402" height="464"><img src="images/popup.gif" width="402" height="464"></td>
</tr>
<tr>
<td align=center><form name="form1">
<input type=CHECKBOX name="chk_close"> <a href= "javascript:closeWin()">오늘하루동안 이창을 띄우지 않음</a>
</td>
</form>
</tr>
</table>
</body>
</html>