?? guestbook.aspx
字號:
?<%@ Page language="c#" Codebehind="guestBook.aspx.cs" AutoEventWireup="false" Inherits="shop.guestBook" %>
<%@ Register Src="Controls/head.ascx" TagName="head" TagPrefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>留言板</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="style/SiteStyle.css"type="text/css" rel="stylesheet"/>
</head>
<body>
<form id="form1" runat="server">
<center>
<table style="border-top-style: dotted; border-right-style: dotted; border-left-style: dotted; border-bottom-style: dotted">
<tr>
<td style="width: 733px">
<uc1:head ID="Head1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 733px; background-color: ghostwhite;" align="center"><table style="width: 564px; height: 68px; background-color: #ffffff; border-top-style: dotted; border-right-style: dotted; border-left-style: dotted; border-bottom-style: dotted;" border="1" cellpadding="0" cellspacing="0" id="Table2" width="564">
<tr>
<td style="font-size: 24pt; color: #ffffff; background-color: #43a0db" align="center">
♂顧客留言板♀</td>
</tr>
<tr>
<td valign="top" style="height: 286px">
<asp:Panel ID="pnlInput" runat="server" Height="112px" Width="560px">
<table id="Table3" border="1" cellpadding="0" bordercolor="#43a0db" bordercolordark="#ffffff"
cellspacing="0" style="width: 564px; height: 68px" width="564">
<tr>
<td style="width: 88px">
類 型:</td>
<td>
<asp:DropDownList ID="ddlType" runat="server" Width="112px">
<asp:ListItem Value="普通留言">普通留言</asp:ListItem>
<asp:ListItem Value="業務合作">業務合作</asp:ListItem>
<asp:ListItem Value="服務投訴">服務投訴</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td>
主 題:</td>
<td>
<asp:TextBox ID="txtTitle" runat="server"></asp:TextBox>*
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtTitle"
ErrorMessage="請輸入主題內容!">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 88px">
姓 名:</td>
<td>
<asp:TextBox ID="txtName" runat="server"></asp:TextBox>*
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtName"
ErrorMessage="請輸入您的姓名!">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 88px">
E-mail:</td>
<td>
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>*
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtEmail"
ErrorMessage="請輸入您的Email以方便為您聯系!">*</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtEmail"
ErrorMessage="Email格式錯誤!" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">*</asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 88px">
電 話:</td>
<td>
<asp:TextBox ID="txtPhone" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 88px">
反饋信息:</td>
<td>
<asp:TextBox ID="txtContent" runat="server" Height="128px" TextMode="MultiLine" Width="440px"></asp:TextBox>*
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtContent"
ErrorMessage="請輸入反饋內容!">*</asp:RequiredFieldValidator>
<asp:Label ID="lblError" runat="server" ForeColor="Red" Width="272px"></asp:Label></td>
</tr>
<tr>
<td style="width: 88px">
</td>
<td>
<asp:Button ID="btnSure" runat="server" Text="提交留言" Width="88px" /></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="pnlResult" runat="server" Height="40px" Visible="False" Width="536px">
留言成功!我們已經收到您的留言,謝謝! <a href="default.aspx">返回首頁</a>
</asp:Panel>
</td>
</tr>
</table>
<hr color="#43a0db" size="1" style="width: 771px" />
<table width="100%">
<tr>
<td align="center" style="height: 17px">
? 版權所有2000-2006,杭州品杰科技有限責任公司</td>
</tr>
<tr>
<td align="center" style="height: 16px">
未經杭州品杰科技有限責任公司書面特別授權,請勿轉載或建立鏡像,違者依法必究</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -