giveme.aspx

来自「asp做的新闻系统」· ASPX 代码 · 共 72 行

ASPX
72
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="giveme.aspx.vb" Inherits="guest.giveme" %>
<HTML>
	<HEAD>
		<title></title>
		<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
		<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<meta http-equiv="Content-Type" content="text/html;" charset="gb2312">
	</HEAD>
	<body MS_POSITIONING="GridLayout" bgColor="#9898ba">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:table id="Table1" style="Z-INDEX: 101; LEFT: 3px; POSITION: absolute; TOP: 7px" runat="server" BorderStyle="Outset" Width="751px" CellPadding="5" CellSpacing="0" Height="350px" BorderWidth="1px" BorderColor="Black" Font-Size="10pt" BackColor="lightgray">
					<asp:TableRow BackColor="LightGray">
						<asp:TableCell Width="400px" Text="姓名"></asp:TableCell>
						<asp:TableCell>
							<asp:TextBox runat="server" TabIndex="1" ID="txtname" MaxLength="20"></asp:TextBox>
						</asp:TableCell>
						<asp:TableCell HorizontalAlign="Center">
						头像选择:
<asp:DropDownList runat="server" TabIndex="10" AutoPostBack="True" ID="ddlpic"></asp:DropDownList>
</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow BackColor="LightGray">
						<asp:TableCell Width="400px" Text="来自何处"></asp:TableCell>
						<asp:TableCell>
							<asp:TextBox runat="server" TabIndex="2" ID="txtaddr" MaxLength="20"></asp:TextBox>
						</asp:TableCell>
						<asp:TableCell RowSpan="4" HorizontalAlign="Center">
							<asp:Image runat="server" ID="imghead" ImageUrl="img/0.gif"></asp:Image>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell Width="400px" Text="Oicq"></asp:TableCell>
						<asp:TableCell>
							<asp:TextBox runat="server" TabIndex="3" ID="Txtqq" MaxLength="20"></asp:TextBox>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell Width="400px" Text="Email"></asp:TableCell>
						<asp:TableCell>
							<asp:TextBox runat="server" TabIndex="4" ID="txtemail" MaxLength="20"></asp:TextBox>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell Width="400px" Text="主页"></asp:TableCell>
						<asp:TableCell>
							<asp:TextBox runat="server" Rows="1" TabIndex="5" Columns="60" ID="txthttp" MaxLength="100"></asp:TextBox>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell Width="400px" Text="留言内容"></asp:TableCell>
						<asp:TableCell VerticalAlign="Top" ColumnSpan="2">
							<asp:TextBox runat="server" Rows="10" TextMode="MultiLine" TabIndex="6" Columns="80" ID="content"></asp:TextBox>
							<asp:RequiredFieldValidator runat="server" ControlToValidate="content" Font-Size="11pt" Font-Names="Arial" ID="Requiredfieldvalidator1">
                                 "请填写留言内容!!"
                            </asp:RequiredFieldValidator>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow HorizontalAlign="Center">
						<asp:TableCell ColumnSpan="3">
							<asp:Button runat="server" BorderStyle="Groove" TabIndex="7" ID="send" Text="就给他两句"></asp:Button>
							<asp:Button runat="server" BorderStyle="Dashed" TabIndex="8" ID="reset" Text="reset"></asp:Button>
							<asp:Button runat="server" TabIndex="9" ID="abort" Text="不理他"></asp:Button>
						</asp:TableCell>
					</asp:TableRow>
				</asp:table></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?