confirmed.aspx

来自「Code for VB.NET教程源码 很好的源码」· ASPX 代码 · 共 38 行

ASPX
38
字号
<%@ Page Language="VB" %>
<%@ Register TagPrefix="IBA" TagName="Header" Src="..\UserControl\Header.ascx" %>
<%@ Register TagPrefix="IBA" TagName="Footer" Src="..\UserControl\Footer.ascx" %>
<%@ Import Namespace="System.Data" %>

<html>
	<head>
		<title>IBuyAdventure Catalog</title>
	</head>
	<body background="/IBuyAdventure/images/back_sub.gif">
		<form runat="server">
			<font face="Verdana, Arial, Helvetica" size="1">
				<table border="0">
					<tr>
						<td colspan="5">
							<IBA:Header id="Header" runat="server"/>
						</td>
					</tr>
					<tr>
						<td width="125">
							<img src="/IBuyAdventure/images/spacer.GIF" align="left" width="100" alt="">
						</td>
						<td>
							<h2>Order Confirmed</h2>
							<br>
							<P><font Size=2>Thanks for placing an order.  Your order has now been confirmed and your goods should be delivered within 5 working days.
							<P><font Size=2>You can view all of your orders to date by clicking <asp:hyperlink NavigateURL="YourAccount.aspx" Text="here" runat="server" /> or clicking the 'Your Account' button shown in the navigation bar.
							<br>
							Click here to go back to the <asp:hyperlink NavigateURL="/IBuyAdventure/Default.aspx" Text="homepage" runat="Server" />.
							<br><br>
							<IBA:footer runat="server"/>
						</td>
					</tr>
				</table>
			</font>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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