View
<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()
{
setCookie("memo", "no" , 1); // 1일 간 쿠키적용
self.close();
}
function go_url(url)
{
opener.location.href = url;
self.close();
}
//-->
</script>
이미지맵이나 이미지링크에
<a href="javascript:closeWin();">
reply