basketform.aspx

来自「Mastering VBNet Include Source Code」· ASPX 代码 · 共 19 行

ASPX
19
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="BasketForm.aspx.vb" Inherits="ProductSearch.BasketForm"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title></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: 44px; POSITION: absolute; TOP: 16px" runat="server" Width="422px" Height="25px" Font-Names="Verdana">Your Basket contains the following items</asp:Label>
			<asp:Label id="lblBasket" style="Z-INDEX: 102; LEFT: 42px; POSITION: absolute; TOP: 92px" runat="server" Height="140px" Width="375px"></asp:Label>
			<asp:Button id="Button1" style="Z-INDEX: 103;  LEFT: 42px;  POSITION: absolute;  TOP: 44px" runat="server" Width="318px" Height="38px" Font-Names="Verdana" Text="Proceed to checkout" Font-Size="Small" Font-Bold="True"></asp:Button>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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