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

📄 newgoods.aspx

📁 这是一个电子商务入门级的代码。 其中包括用户注册
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="newGoods.aspx.vb" Inherits="smallfoolsonLineSale.newGoods" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>newGoods</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
		<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 342px; POSITION: absolute; TOP: 21px" runat="server">添加新商品</asp:Label>
			<asp:DropDownList id="DropDownList1" style="Z-INDEX: 114; LEFT: 314px; POSITION: absolute; TOP: 134px" runat="server">
				<asp:ListItem Value="生活用品类">生活用品类</asp:ListItem>
				<asp:ListItem Value="文具类">文具类</asp:ListItem>
				<asp:ListItem Value="电子类">电子类</asp:ListItem>
			</asp:DropDownList>
			<HR style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 55px" width="100%" SIZE="1">
			<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 313px; POSITION: absolute; TOP: 100px" runat="server"></asp:TextBox>
			<asp:Label id="Label5" style="Z-INDEX: 113; LEFT: 235px; POSITION: absolute; TOP: 201px" runat="server">商品介绍:</asp:Label>
			<asp:TextBox id="TextBox4" style="Z-INDEX: 112; LEFT: 313px; POSITION: absolute; TOP: 200px" runat="server" TextMode="MultiLine" Height="69px"></asp:TextBox>
			<asp:Button id="Button3" style="Z-INDEX: 111; LEFT: 424px; POSITION: absolute; TOP: 280px" runat="server" Text="返回"></asp:Button>
			<asp:Button id="Button2" style="Z-INDEX: 110; LEFT: 368px; POSITION: absolute; TOP: 280px" runat="server" Text="重写"></asp:Button>
			<asp:Button id="Button1" style="Z-INDEX: 109; LEFT: 312px; POSITION: absolute; TOP: 279px" runat="server" Text="提交"></asp:Button>
			<asp:Label id="Label3" style="Z-INDEX: 107; LEFT: 264px; POSITION: absolute; TOP: 166px" runat="server">单价:</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 106; LEFT: 234px; POSITION: absolute; TOP: 135px" runat="server">商品类型:</asp:Label>
			<asp:Label id="Label6" style="Z-INDEX: 105; LEFT: 233px; POSITION: absolute; TOP: 101px" runat="server">商品名称:</asp:Label>
			<asp:TextBox id="TextBox3" style="Z-INDEX: 104; LEFT: 313px; POSITION: absolute; TOP: 164px" runat="server"></asp:TextBox>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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