/home/mjc1/public_html/html/millennium/buy_renew.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
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/renew_header.php"); ?>

    <div class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./Page/buy/leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="./img/titlebar/buy.jpg" alt="家橇飘傀绢力前备概">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">力前备概</span>
                        <span class="depth">></span>
                        <span class="depth2">SW力前备概</span>
                    </p>
                </h1>

                <div class="section">
                    <h2><img src="./img/product/product_top.jpg" alt="力前巩狼 : 1566-8680"></h2>
                    <? include("./Page/buy/productswlist.php"); ?>
                </div><!-- //section -->

            </div><!-- //subContents -->
        </div><!-- //contents -->
    </div><!-- //wrap -->

<? include("./Page/common/footer.php"); ?>

<script language="javascript">

    function submitForm( siteURL ){  //货芒栏肺 剁快绰
        var win = window.open( siteURL, 'newWin', 'status=0,toolbar=0,scrollbars=1,resizable=1,width=520,height=520' ); 
        document.forms.search.action = siteURL; 
        document.forms.search.target = 'newWin'; 
        document.forms.search.submit(); 
    }
</script>