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
|
<?php include_once("./_common2.php"); ?>
<META http-equiv=Content-Type content="text/html; charset=euc-kr"> <META content="MSHTML 6.00.2900.3429" name=GENERATOR> <script language="javascript" src="okplugin_js.php?txtid=txt2"></script>
<title>CSÁ¦Ç°ÀÇ ÀåÁ¡</title> <body topmargin="0" marginwidth="0" marginheight="0" >
<? //º¯¼ö¸íÀ¸·Î ¸µÅ© ¿¬°á if ($programcode== "01") { //õ³â°æ¿µ $Img = "../millennium/img/popup/csinfo1.jpg"; $Link = "http://www.mijinsoft.co.kr/html/millennium/productinfo.php?cate2_code=01&category_code=03";
} else if ($programcode== "02") { //Á¦Á¶°æ¿µ $Img = "../millennium/img/popup/csinfo2.jpg"; $Link = "http://www.mijinsoft.co.kr/html/millennium/productinfo.php?cate2_code=02&category_code=41"; }
else if ($programcode== "03") { //Ä«¸ÞÀÌÆ® $Img = "../millennium/img/popup/csinfo2.gif"; $Link = "http://www.mijinsoft.co.kr/html/download_01.php?cate2_code=03&category_code=96"; }
else if ($programcode== "04") { //ÀÌÁö°è»ê¼ $Img = "../millennium/img/popup/csinfo1.jpg"; $Link = "http://www.mijinsoft.co.kr/html/millennium/productinfo.php?cate2_code=01&category_code=03"; } ?>
<table width="619" border="0" cellspacing="0" cellpadding="0" align="center" > <tr> <td colspan="2"> <img src="<?=$Img;?>"> </td> </tr> <tr> <td align="left" height="50"> <img src="../millennium/img/popup/call.gif"> </td> <td align="right"><a href="<?=$Link;?>" target="_blank"><img src="../millennium/img/popup/link_bt.gif" border="0"></a></td> </tr> </table>
|