logon.aspx

来自「这是一个电子商务入门级的代码。 其中包括用户注册」· ASPX 代码 · 共 29 行

ASPX
29
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="logon.aspx.vb" Inherits="smallfoolsonLineSale.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm1</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">
			<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 180px; POSITION: absolute; TOP: 34px" runat="server">网上购物中心</asp:Label>
			<asp:Button id="Button3" style="Z-INDEX: 111; LEFT: 277px; POSITION: absolute; TOP: 212px" runat="server" Text="注册新用户"></asp:Button>
			<HR style="Z-INDEX: 110; LEFT: 5px; POSITION: absolute; TOP: 69px" width="100%" SIZE="1">
			<asp:Button id="Button2" style="Z-INDEX: 109; LEFT: 225px; POSITION: absolute; TOP: 212px" runat="server" Text="重写"></asp:Button>
			<asp:Button id="Button1" style="Z-INDEX: 108; LEFT: 175px; POSITION: absolute; TOP: 211px" runat="server" Text="提交"></asp:Button>
			<asp:TextBox id="TextBox2" style="Z-INDEX: 107; LEFT: 177px; POSITION: absolute; TOP: 172px" runat="server" TextMode="Password" Width="96px"></asp:TextBox>
			<asp:TextBox id="TextBox1" style="Z-INDEX: 106; LEFT: 177px; POSITION: absolute; TOP: 138px" runat="server" TextMode="Password" Width="96px"></asp:TextBox>
			<asp:Label id="Label4" style="Z-INDEX: 105; LEFT: 121px; POSITION: absolute; TOP: 171px" runat="server">密码:</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 121px; POSITION: absolute; TOP: 141px" runat="server">帐号:</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 38px; POSITION: absolute; TOP: 86px" runat="server">请选择登陆身份:</asp:Label>
			<asp:RadioButtonList id="RadioButtonList1" style="Z-INDEX: 102; LEFT: 170px; POSITION: absolute; TOP: 82px" runat="server">
				<asp:ListItem Value="顾客">顾客</asp:ListItem>
				<asp:ListItem Value="店方管理员">店方管理员</asp:ListItem>
			</asp:RadioButtonList></form>
	</body>
</HTML>

⌨️ 快捷键说明

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