📄 confirmed.aspx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -