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
61
62
|
<?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"> 2P(box´ç 500Á¶ / ±âº» : 5¹Ú½º ÀÌ»ó(¿î¼Û·á º°µµ) </td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3"> µµÆ® ÇÁ¸°ÅÍ¿ë ¿¬¼Ó¿ëÁö (õ³â°æ¿µ. Á¦Á¶°æ¿µ °ø¿ë) </td> </tr> <tr> <th>ƯÀÌ»çÇ×</th> <td colspan="3">2°ã/3°ã/4°ã ÁÖ¹® °¡´É</td> </tr> <tr> <th>Á¦À۱Ⱓ</th> <td colspan="3">¾à 10ÀÏ ÀÌ»ó</td> </tr> </table> </dd><!-- //hwInfo -->
<dd class="paperView"> <img src="http://www.mjsoft.co/html/millennium/img/paper/tax_03.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=0209023"; window.close(); } </script>
|