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

📄 mainform.aspx

📁 专业实例开发
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="MainForm.aspx.cs" AutoEventWireup="false" Inherits="BookersClient.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Bookers Paradise</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">
	</HEAD>
	<body MS_POSITIONING="GridLayout" bgColor="lightpink">
		<form id="Form1" method="post" runat="server">
			<asp:Table id="Table1" style="Z-INDEX: 101; LEFT: 9px; POSITION: absolute; TOP: 128px" runat="server" Width="205px" Height="120px" BorderColor="Purple" BorderStyle="Outset" BackColor="#FF80FF">
				<asp:TableRow VerticalAlign="Top">
					<asp:TableCell VerticalAlign="Top" ForeColor="Purple" Font-Size="Small" Font-Names="Verdana" Font-Bold="True" Text="Search"></asp:TableCell>
				</asp:TableRow>
				<asp:TableRow></asp:TableRow>
			</asp:Table>
			<asp:Label id="Label4" style="Z-INDEX: 115; LEFT: 338px; POSITION: absolute; TOP: 159px" runat="server" BackColor="Transparent" Width="126px" Font-Names="Monotype Corsiva" ForeColor="Purple" Font-Bold="True" Font-Size="Larger">About US...</asp:Label>
			<asp:HyperLink id="HyperLink4" style="Z-INDEX: 111; LEFT: 24px; POSITION: absolute; TOP: 444px" runat="server" Width="105px" BackColor="#FF80FF" NavigateUrl="ConstructionForm.aspx">Networking</asp:HyperLink>
			<asp:HyperLink id="HyperLink5" style="Z-INDEX: 110; LEFT: 24px; POSITION: absolute; TOP: 404px" runat="server" Width="136px" BackColor="#FF80FF" NavigateUrl="ConstructionForm.aspx">Internet</asp:HyperLink>
			<asp:HyperLink id="HyperLink3" style="Z-INDEX: 109; LEFT: 23px; POSITION: absolute; TOP: 368px" runat="server" Width="105px" BackColor="#FF80FF" NavigateUrl="ConstructionForm.aspx">RDBMS</asp:HyperLink>
			<asp:HyperLink id="HyperLink2" style="Z-INDEX: 108; LEFT: 21px; POSITION: absolute; TOP: 331px" runat="server" Width="127px" BackColor="#FF80FF" NavigateUrl="ConstructionForm.aspx">Operating Systems</asp:HyperLink>
			<asp:HyperLink id="HyperLink1" style="Z-INDEX: 107; LEFT: 23px; POSITION: absolute; TOP: 301px" runat="server" Width="131px" BackColor="#FF80FF" NavigateUrl="ConstructionForm.aspx">Visual Studio .NET</asp:HyperLink>
			<asp:Label id="Label1" style="Z-INDEX: 106; LEFT: 20px; POSITION: absolute; TOP: 269px" runat="server" Width="112px" BackColor="#FF80FF" Font-Bold="True" ForeColor="Purple" Font-Names="Verdana">Browse</asp:Label>
			<asp:Table id="Table2" style="Z-INDEX: 105; LEFT: 12px; POSITION: absolute; TOP: 259px" runat="server" Width="200px" Height="356px" BorderColor="Purple" BorderStyle="Outset" BackColor="Magenta">
				<asp:TableRow BorderStyle="Outset" BackColor="#FFC0FF">
					<asp:TableCell BackColor="#FF80FF"></asp:TableCell>
				</asp:TableRow>
			</asp:Table>
			<asp:DropDownList id="lstType" style="Z-INDEX: 104; LEFT: 14px; POSITION: absolute; TOP: 162px" runat="server" Width="186px">
				<asp:ListItem Value="ALL">ALL</asp:ListItem>
				<asp:ListItem Value="Author">Author</asp:ListItem>
				<asp:ListItem Value="Title">Title</asp:ListItem>
				<asp:ListItem Value="ISBN Number">ISBN Number</asp:ListItem>
				<asp:ListItem Value="Category">Category</asp:ListItem>
			</asp:DropDownList>
			<asp:Button id="btnGo" style="Z-INDEX: 103; LEFT: 175px; POSITION: absolute; TOP: 198px" runat="server" Text="Go"></asp:Button>
			<asp:TextBox id="txtSearch" style="Z-INDEX: 102; LEFT: 14px; POSITION: absolute; TOP: 199px" runat="server"></asp:TextBox>
			<asp:Label id="Label2" style="Z-INDEX: 112; LEFT: 238px; POSITION: absolute; TOP: 15px" runat="server" Width="454px" BackColor="Transparent" Font-Bold="True" ForeColor="Purple" Font-Names="Monotype Corsiva" Font-Size="XX-Large">Bookers Paradise</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 113; LEFT: 239px; POSITION: absolute; TOP: 71px" runat="server" Width="453px" BackColor="Transparent" Font-Bold="True" ForeColor="Purple" Font-Names="Monotype Corsiva" Font-Size="Larger">Your online bookstore...</asp:Label>
			<DIV style="DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: medium; Z-INDEX: 116; LEFT: 374px; VERTICAL-ALIGN: baseline; WIDTH: 225px; COLOR: purple; BORDER-TOP-STYLE: ridge; FONT-FAMILY: 'Monotype Corsiva'; BORDER-RIGHT-STYLE: ridge; BORDER-LEFT-STYLE: ridge; POSITION: absolute; TOP: 191px; HEIGHT: 272px; TEXT-ALIGN: left; BORDER-BOTTOM-STYLE: ridge" ms_positioning="FlowLayout">Bookers 
				Paradise is a chain of retailers, having their retail outlets spread all across 
				the United States. Bookers Paradise was established in 1998 as a small 
				bookstore in the city of New York. However, since then the organization has 
				grown to a chain of over 50 outlets in the U.S.</DIV>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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