username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MemberExtend.aspx.cs" Inherits="CY.WebForm.Pages.member.MemberExtend" %>
 
<!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 runat="server">
    <title>会员高级信息</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
</head>
<body>
    <form id="form1" runat="server" class="form">
    <div>
        <table class="tableStyle">
            <tr>
                <td class="ali03 w150px">
                    详细地址:
                </td>
                <td>
                    <span id="CityName" runat="server"></span><input type="text" id="txtMemberExtendDetailedAddress" runat="server" class="req w160px" maxlength="50" />
                </td>
                <td class="ali03">
                    会员简称:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendFirmName" runat="server" class="req w160px" maxlength="10" />
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    业务联系人:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendBusinessContacts" runat="server" class="req w160px" maxlength="10" />
                </td>
                <td class="ali03">
                    法人代表:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendLegalRepresentative" runat="server" class="w160px" maxlength="10" />
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    联系电话:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendPhoneNum" runat="server" class="w160px" maxlength="20" />
                </td>
                <td class="ali03">
                    QQ:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendQQ" runat="server" class="req w160px int" maxlength="20" />
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    邮编:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendPostcode" runat="server" class="w160px postnum" maxlength="20" />
                </td>
                <td class="ali03">
                    传真:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendFax" runat="server" class="w160px" maxlength="20" />
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    联系手机:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendMobileNum" runat="server" class="req w160px phone" maxlength="20" />
                </td>
                <td class="ali03">
                    电子邮箱:
                </td>
                <td>
                    <input type="text" id="txtMemberExtendEmail" runat="server" class="req w160px eamil" maxlength="50" />
                </td>
            </tr>
            <tr>
                <td class="ali02" colspan="4">
                        <asp:Button ID="btn_submit" OnClick="btn_submit_info" Text="提交" runat="server" />
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>