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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyInquiryOnLine.aspx.cs" Inherits="CY.WebForm.Pages.Templet.pingxuan.CompanyInquiryOnLine" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>在线询价</title>
    <script src="../../../js/utils/jquery-1.5.1.min.js" type="text/javascript"></script>
    <script src="../../../js/front/jquery.js" type="text/javascript"></script>
    <script src="../../../js/common/util.js" type="text/javascript"></script>
    <script src="../../../js/front/FindOrder.js" type="text/javascript"></script>
    <!--提示框start-->
    <uc:px_CompanyQuote ID="CompanyQuote1" runat="server" />
    
    <script type="text/javascript">
        $(function () {
            //$('.TemplateNav').find('a').eq(6).addClass('a_now');
            $("#InquiryMoney a").click(
                function () {
                    $('#InquiryMoney').find('h2').removeClass('h2_H');
                    $('#InquiryMoney').find('.list').hide();
                    $('#InquiryMoney').find('.list a').removeClass('LiClick')
                    $(this).addClass('LiClick');
                    $(this).parent().parent().prev('h2').addClass('h2_H');
                    $(this).parents('.list').show();
                    $("#spPrintTypeName").text($(this).text());
                }
            );
        })
    </script>
    <script type="text/javascript">
        $(function () {
            if(<%=PrintTypeId%> =="" || <%=PrintTypeId%> ==null || <%=PrintTypeId%> == undefined){
              $("#fram_nyrC").attr("src", '/Pages/business/px_TTTInsideInquiry.aspx?PrintTypeId=<%=PrintTypeId%>&BussinessID=<%=BussinessID %>');
            }else{
                $("#fram_nyrC").attr("src", '/Pages/business/px_TTTInsideInquiry.aspx?PrintTypeId=<%=PrintTypeId%>&BussinessID=<%=BussinessID %>');
            }
            $("#InquiryMoney").css("border","1px solid #DDDDDD").css("border-top","none");
        });
    </script>
</head>
<body>
    <form id="Form1" runat="server">
    <uc:px_CompanyHead ID="CompanyHead1" runat="server" />
    <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/cb.jpg">
        <tr>
            <td align="center">
                <table width="846" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="margin: 4px 0px 20px; padding: 9px 0 0 0;">
                    <tr>
                        <td valign="top" align="center">
                            <table border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td height="30" background="images/default_5_1_1_1_1_2.jpg" style='color: #D8110C; font-family: "Verdana","Arial","Helvetica","sans-serif"; font-size: 14px; font-weight: bold; line-height: 140%; padding: 0 7px;'>
                                        [<span id="spPrintTypeName" runat="server">名片</span>]在线询价
                                    </td>
                                </tr>
                                <tr>
                                    <td align="center" style="vertical-align: top;">
                                        <iframe id='fram_nyrC' name='fram_nyrC' width='787' frameborder="0" height='550' style="border: none;"></iframe>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <img src="images/default_5_1_3.jpg" height="9" alt="">
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    <uc:px_CompanyFoot ID="CompanyFoot1" runat="server" />
    </form>
</body>
</html>