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
|
<?php include_once("../../_common.php"); ?> <link rel="stylesheet" type="text/css" href="../../css/import.css"/> <title>PDA·ÑÁö(¹«¾à°ü)</title>
<div class="HWpopupWrap"> <a href="javascript:window.close();" class="close"></a> <dl> <dt><span>Àü»ê¿ëÁö Á¦Ç°¾È³»</span></dt> <dd class="hwInfo"> <table class="popupInfo"> <!--caption class="screen_out">¿ëÁöÁ¤º¸</caption--> <colgroup> <col style="width:90px;"><col style="width:160px;"><col style="width:90px;"><col style="width:160px;"> </colgroup> <tr> <th>Á¦Ç°¸í</th> <td>¹«¾à°ü</td> <th>ºÐ·ù</th> <td>PDA·ÑÁö</td> </tr> <tr> <th>Á¦Ç°±¸¼º</th> <td colspan="3">1box´ç 100·Ñ(°³)</td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3"> ¿µ¼öÁõÇÁ¸°ÅÍ Àü¿ë¿ëÁö (Áö¸§ 30mm X Æø 57mm) </td> </tr> <tr> <th>Á¦À۱Ⱓ</th> <td colspan="3">´çÀϹè¼Û(PM 3:00±îÁö)</td> </tr> </table> </dd><!-- //hwInfo -->
<dd class="paperView"> <img src="http://www.mjsoft.co/html/millennium/img/paper/bill_02.jpg" alt=""> </dd><!-- //paperView --> </dl>
<div class="paperBtn"> <a onclick="goBuyPaper();">¿ëÁö±¸¸Å</a> </div> </div><!-- popupWrap -->
<script> function goBuyPaper(){ opener.location.href = "../../Order_02.php?ProductCode=0210254"; window.close(); } </script>
|