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
48
49
50
51
52
53
54
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>¾÷¹«¿ë ¼ÒÇÁÆ®¿þ¾î Àü¹®°³¹ß¾÷ü::::¹ÌÁø¼ÒÇÁÆ®::::</title>
<link rel="STYLESHEET" type="text/css" href="/contents/common/css/common.css"> <script src="/contents/common/js/common.js" type="text/javascript"></script> <script language=javascript> </script> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"></head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="300" border="0" cellspacing="0" cellpadding="0"> <form name="pop"> <tr> <td><img src="http://www.mijinsoft.co.kr/img/gonggi/paper.gif" border="0" ></a></td> <!-- À̹ÌÁö °æ·á --> </tr> </form> </table>
<!-- ÆË¾÷â ÇϷ絿¾È¸¸ º¸¿©Áö´Â ¼Ò½º ½ÃÀÛ --> <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("news1", "no" , 1); // ºÎ¸ðâ¿¡¼ ÁöÁ¤ÇÑ ÄíŰ³×ÀÓ°ú ÀÏÄ¡ ÇØ¾ß ÇÕ´Ï´Ù. top.close(); } </script> <body> <form name="cnjform"> <div id="â´Ý±â" style="width:376px; height:38px; position:absolute; left:162px; top:453px; z-index:1;"> <p><span style="font-size:9pt;"><input type="checkbox" name="notice">ÇϷ絿¾È ÀÌ Ã¢À» ¿Áö ¾Ê±â <input type="button" value="â´Ý±â" onClick="closeWin()"></font></span></p> </div> </form> </body> <!-- ÆË¾÷â ÇϷ絿¾È¸¸ º¸¿©Áö´Â ¼Ò½º ³¡ --> <!-- À§¿¡ â´Ü±â ¹öưÀº ¹Ùµð¿¡ ³Ö¾î¾ß ÇÑ´Ù. -->
</body> </html>
|