편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 태그: 되돌려진 기여 |
||
52번째 줄: | 52번째 줄: | ||
</div> | </div> | ||
[[분류:플로라 유니버스]] | [[분류:플로라 유니버스]] | ||
<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.notice_form.chkbox.checked ){ | |||
setCookie( "maindiv", "done" , 1 ); | |||
} | |||
document.all['divpop'].style.visibility = "hidden"; | |||
} | |||
//--> | |||
</script> | |||
</head> | |||
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | |||
본문내용 | |||
<!-- POPUP --> | |||
<div id="divpop" style="position: absolute; left: 395px; top: 190px; z-index: 200; visibility: visible;"> | |||
<table width="500" height="500" cellpadding="2" cellspacing="0"> | |||
<tbody><tr> | |||
<td style="border:1px #666666 solid" height="500" align="center" bgcolor="white"> | |||
<a href="/w/index.php/플로라_유니버스"><img alt="플로라_제1대관리자선거.png" src="/w/images/c/c9/투표_바로가기.png" style="width: auto; height: 500px;"></a> | |||
</td> | |||
</tr> | |||
<tr> | |||
<form name="notice_form"></form> | |||
<td align="right" bgcolor="white"> | |||
<input type="checkbox" name="chkbox" value="checkbox">오늘 하루 이 창을 열지 않음 | |||
<a href="javascript:closeWin();"><b>[닫기]</b></a> | |||
</td> | |||
</tr> | |||
</tbody></table> | |||
</div> | |||
<script language="Javascript"> | |||
cookiedata = document.cookie; | |||
if ( cookiedata.indexOf("maindiv=done") < 0 ){ | |||
document.all['divpop'].style.visibility = "visible"; | |||
} | |||
else { | |||
document.all['divpop'].style.visibility = "hidden"; | |||
} | |||
</script></body><whale-quicksearch translate="no"></whale-quicksearch></html> |