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
55
56
57
58
59
60
|
<? require_once("../inc/config.php"); $popup = nl2br($a_row[popup]); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>::::: ¹ÌÁøSoft :::::</TITLE> <META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987"> <LINK href="../images/My_style.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1458" name=GENERATOR> <script language='javascript' src='../inc/main_java.js'></script> <script language='javascript' src='../inc/ch_form.js'></script>
<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.test.chkbox.checked ){ setCookie( "mijinpopup", "done" ,1 ); //} self.close(); }
// --> </SCRIPT> </HEAD> <body bgcolor="white" text="black" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" valign='top'> <table width='100%' height='400' cellspacing='0' cellpadding='0' border='0' align='center' > <tr> <td height='350' align='center' valign='top'> <table width='280' height='350' cellspacing='0' cellpadding='0' border='0' class='all_line' valign='top'> <tr> <td> <img src='../save_dir/design/<?=$a_row[popup_img]?>'> </td> </tr> </table> </td> </tr><tr> <td height='50' align='center' valign='absmiddle'> <!-- <INPUT TYPE=CHECKBOX NAME="chkbox">´ÙÀ½ºÎÅÍ ÀÌâÀ» ³ªÅ¸³ªÁö ¾Ê°ÔÇÕ´Ï´Ù. <input type=button value="´Ý±â" onClick="closeWin();"> --> <img src='../images/job_close.gif' onClick="closeWin();" style='cursor:hand'> <img src='../images/job_close1.gif' onClick="self.close();"> </td> </tr> </table>
</body> </html>
|