username@email.com
2022-01-21 b18a7c8e54b51a5caa400e55cb8cc428c0301a0c
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyInquiryOnLine.aspx.cs" Inherits="CY.WebForm.Pages.Templet.Default.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>
    <link href="../../../Styles/base.css" rel="stylesheet" type="text/css" />
    <link href="../../../Styles/changes.css" rel="stylesheet" type="text/css" />
    <script src="../../../js/common/util.js" type="text/javascript"></script>
    <script src="../../../js/front/FindOrder.js" type="text/javascript"></script>
    <!--提示框start-->
    <uc: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/TTTInsideInquiry.aspx?PrintTypeId=<%=PrintTypeId%>&BussinessID=<%=BussinessID %>');
            }else{
                $("#fram_nyrC").attr("src", '/Pages/business/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:CompanyHead ID="CompanyHead1" runat="server" />
    <div id="wal">
        <div class="fl" style="width: 200px;">
            <uc:PrintTypeList ID="PrintTypeList" runat="server" LinkUrl="/Pages/business/TTTInsideInquiry.aspx" />
        </div>
        <div class="fr w790" style="width: 792px;">
            <div class="nypartR fr box_1">
                <div id="div1">
                    <div class="t_1">
                        <h2>
                            [<span id="spPrintTypeName">名片</span>]在线询价</h2>
                    </div>
                    <div class="nyrC" style="border: 1px solid #DDDDDD; border-top: none;">
                        <iframe id='fram_nyrC' name='fram_nyrC' width='787' frameborder="0" height='550' style="border: none;"></iframe>
                    </div>
                </div>
            </div>
        </div>
        <uc:CompanyFoot ID="CompanyFoot1" runat="server" />
    </div>
    </form>
</body>
</html>