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
|
<?php include_once("../../_common.php"); ?> <link rel="stylesheet" type="text/css" href="../../css/import.css"/> <title>¼¼±Ý°è»ê¼(A4¹ÝÁö)</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>A4¹ÝÁö</td> <th>ºÐ·ù</th> <td>¼¼±Ý°è»ê¼</td> </tr> <tr> <th>Á¦Ç°±¸¼º</th> <td colspan="3">1box´ç 1,000¸Å</td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3"> À§(Àû»ö)/¾Æ·¡(û»ö) 2ºÎÀμâ (õ³â°æ¿µ. Á¦Á¶°æ¿µ. ÀÌÁöÅØ½º °ø¿ë) </td> </tr> <tr> <th>ƯÀÌ»çÇ×</th> <td colspan="3">°¡¿îµ¥ ÀýÃë¼± ÀÖÀ½</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/tax_01.jpg" alt=""> </dd><!-- //hwView --> </dl>
<div class="paperBtn"> <a onclick="goBuyPaper();">¿ëÁö±¸¸Å</a> </div> </div><!-- popupWrap -->
<script> function goBuyPaper(){ opener.location.href = "../../Order_02.php?ProductCode=0209022"; window.close(); } </script>
|