/home/mjc1/public_html/mjmall/include/paper/Popup_0207013.php


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>°Å·¡¸í¼¼Ç¥(ºñ°í¶õ Ãß°¡)</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>°Å·¡¸í¼¼Ç¥</td>
                </tr>
                <tr> 
                    <th>Á¦Ç°±¸¼º</th>
                    <td colspan="3">±âº» : 5¹Ú½º ÀÌ»ó(¿î¼Û·á º°µµ) / box´ç 1750¸Å</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">ÁÖ¹®Á¦ÀÛ ÈÄ ¹è¼Û</td>
                </tr>
            </table>
        </dd><!-- //hwInfo -->

        <dd class="paperView">
            <img src="http://www.mjsoft.co/html/millennium/img/paper/detail_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=0207013";
    window.close();
}
</script>