⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 regnew.aspx

📁 这是一个电子商务入门级的代码。 其中包括用户注册
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="regNew.aspx.vb" Inherits="smallfoolsonLineSale.regNew" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>regNew</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">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 158px; POSITION: absolute; TOP: 30px" runat="server">注册新用户</asp:Label>
				<asp:Label id="Label7" style="Z-INDEX: 118; LEFT: 43px; POSITION: absolute; TOP: 294px" runat="server">联系地址:</asp:Label>
				<asp:Label id="Label6" style="Z-INDEX: 117; LEFT: 43px; POSITION: absolute; TOP: 263px" runat="server">联系电话:</asp:Label>
				<asp:TextBox id="TextBox6" style="Z-INDEX: 116; LEFT: 136px; POSITION: absolute; TOP: 290px"
					runat="server" Width="285px"></asp:TextBox>
				<asp:TextBox id="TextBox5" style="Z-INDEX: 115; LEFT: 136px; POSITION: absolute; TOP: 258px"
					runat="server"></asp:TextBox>
				<asp:Label id="Label5" style="Z-INDEX: 114; LEFT: 74px; POSITION: absolute; TOP: 226px" runat="server">尊姓:</asp:Label>
				<asp:DropDownList id="DropDownList1" style="Z-INDEX: 113; LEFT: 174px; POSITION: absolute; TOP: 225px"
					runat="server">
					<asp:ListItem Value="先生">先生</asp:ListItem>
					<asp:ListItem Value="女士">女士</asp:ListItem>
				</asp:DropDownList>
				<asp:TextBox id="TextBox4" style="Z-INDEX: 112; LEFT: 134px; POSITION: absolute; TOP: 223px"
					runat="server" Width="30px"></asp:TextBox>
				<asp:TextBox id="TextBox3" style="Z-INDEX: 111; LEFT: 133px; POSITION: absolute; TOP: 188px"
					runat="server" TextMode="Password"></asp:TextBox>
				<asp:Label id="Label4" style="Z-INDEX: 110; LEFT: 42px; POSITION: absolute; TOP: 190px" runat="server">密码确认:</asp:Label>
				<asp:Button id="Button3" style="Z-INDEX: 109; LEFT: 247px; POSITION: absolute; TOP: 323px" runat="server"
					Text="返回"></asp:Button>
				<asp:Button id="Button2" style="Z-INDEX: 108; LEFT: 192px; POSITION: absolute; TOP: 323px" runat="server"
					Text="重写"></asp:Button>
				<asp:Button id="Button1" style="Z-INDEX: 107; LEFT: 137px; POSITION: absolute; TOP: 323px" runat="server"
					Text="提交"></asp:Button>
				<HR style="Z-INDEX: 106; LEFT: 10px; POSITION: absolute; TOP: 87px" width="100%" SIZE="1">
				<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 133px; POSITION: absolute; TOP: 152px"
					runat="server" TextMode="Password"></asp:TextBox>
				<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 74px; POSITION: absolute; TOP: 155px" runat="server">密码:</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 73px; POSITION: absolute; TOP: 116px" runat="server">帐号:</asp:Label>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 133px; POSITION: absolute; TOP: 115px"
					runat="server"></asp:TextBox></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

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