1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php include_once("./_common2.php"); ?> <body topmargin="0" marginwidth="0" marginheight="0"> <table border="0" cellpadding="0" cellspacing="0"> <td>
<img src="./img/product/barcodeprogram.jpg" usemap="#Barcode" border="0"> <MAP NAME="Barcode"> <area shape="rect" onfocus="blur()" coords="432,154,581,201" href="http://www.mijinsoft.co.kr/download/mijinbarcode.exe" /> <area shape="rect" onfocus="blur()" coords="37,268,581,359" href="./buyhw.php?category_code=12" target="parentWindow" /> <area shape="rect" onfocus="blur()" coords="42,467,581,617" href="./buypaper.php?category_code=10" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="42,678,581,788" href="./buyhw.php?category_code=11" target="parentWindow"/> </MAP> </td> </table>
|