1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<title>¹ÌÁø¼ÒÇÁÆ®</title> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"> <table width="600" height="500" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" height="700"> <p align="left"><img src="http://www.mijinsoft.co.kr/img/banner/barcode.gif" usemap="#Map1" border="0"></p> </td> </tr> <map name="Map1"> <!-- ÇÁ·Î±×·¥ ´Ù¿î·Îµå --> <area shape="rect" coords="424,14,575,59" href="../download/¹ÌÁø¹ÙÄÚµå.exe"> <!-- °ßÀû¿äû --> <area shape="rect" coords="458,867,578,899" href="javascript:window.opener.location='consultation.php';window.close();"> <!-- ÆË¾÷⠴ݱâ --> <area shape="rect" coords="0,0,620,900" href="javascript:window.close();"> </map> </table> <body>
|