1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> --> <html> <head> <title>¿¥Á¦À̼ÒÇÁÆ®</title>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<p> <img src="easynotice5.gif" border="0" alt="e-¼¼·Î ½Ã½ºÅÛÀ¸·Î ÀÎÇÑ ¼³ ¿¬ÈޱⰣ »ç¿ë Áß´Ü"> </p>
<!-- ÆË¾÷â ÇϷ絿¾È¸¸ º¸¿©Áö´Â ¼Ò½º ½ÃÀÛ --> <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.cnjform.notice.checked ){ // Æû³×ÀÓ cnjform Àº µ¿ÀÏÇØ¾ß ÇÕ´Ï´Ù. setCookie("news2", "no" , 1); // ºÎ¸ðâ¿¡¼ ÁöÁ¤ÇÑ ÄíŰ³×ÀÓ°ú ÀÏÄ¡ ÇØ¾ß ÇÕ´Ï´Ù. } if (document.cnjform.notice2.checked ){ // Æû³×ÀÓ cnjform Àº µ¿ÀÏÇØ¾ß ÇÕ´Ï´Ù. setCookie("news2", "no" , 30); // ºÎ¸ðâ¿¡¼ ÁöÁ¤ÇÑ ÄíŰ³×ÀÓ°ú ÀÏÄ¡ ÇØ¾ß ÇÕ´Ï´Ù. } top.close(); } </script>
<form name="cnjform"> <div id="â´Ý±â" style="width:479px;background:#efefef; height:38px; position:absolute; left:0px; top:390px ; z-index:1;padding-left:40px;padding-top:5px;"> <p><span style="font-size:9pt;"><font color="#000000"><input type="checkbox" name="notice">ÇϷ絿¾È ÀÌ Ã¢À» ¿Áö ¾Ê±â <input type="checkbox" name="notice2">30Àϰ£ ÀÌ Ã¢À» ¿Áö ¾Ê±â <input type="button" value="â´Ý±â" onClick="closeWin()"></font></span></p> </div> </form> </body> <!-- ÆË¾÷â ÇϷ絿¾È¸¸ º¸¿©Áö´Â ¼Ò½º ³¡ -->
<!-- À§¿¡ â´Ü±â ¹öưÀº ¹Ùµð¿¡ ³Ö¾î¾ß ÇÑ´Ù. -->
</html>
|