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
|
<?php include_once("../../_common.php"); ?> <link rel="stylesheet" type="text/css" href="../../css/import.css"/> <title>¹ÙÄÚµå ¶óº§Áö(800°³)</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:180px;"><col style="width:90px;"><col style="width:140px;"> </colgroup> <tr> <th>Á¦Ç°¸í</th> <td>¹ÙÄÚµå ¶óº§Áö - 800°³</td> <th>ºÐ·ù</th> <td>¹ÙÄÚµå °ø ¶óº§Áö</td> </tr> <tr> <th>¿î¼Û·á</th> <td colspan="3"> Á¦Ç°°ú µ¿½Ã±¸¸Å½Ã ¿î¼Û·á ¹«·á </td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3"> À×Å©Á¬ / ·¹ÀÌÀú·Î ¹ÙÄÚµå Ãâ·Â (8°³ X 100¸Å) </td> </tr> <tr> <th>Á¦Ç°ÀåÁ¡</th> <td colspan="3">Àúºñ¿ëÀ¸·Î ¶óº§Áö Á¦ÀÛ</td> </tr> </table> </dd><!-- //hwInfo -->
<dd class="paperView"> <img src="http://www.mjsoft.co/html/millennium/img/paper/print_800.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=0221302"; window.close(); } </script>
|