📄 emptycart.asp
字号:
<html>
<head><title>Empty Shopping Cart</title>
<%
intSessionID=Session.SessionID
%>
</head>
<body BGCOLOR="black">
<table border="0" width="100%">
<tr>
<td valign="center" align="center" bgcolor="black"><font color="white">
You can remove single items by changing their quantity to zero.<br>
<b>Are you sure you want to empty your shopping cart?</b><br>
If so, press the Empty Shopping Cart button below.</font>
</td>
</tr>
</table>
<center>
<table border="0" width="97%">
<tr>
<td valign="center" align="center" bgcolor="gold">
<a href="EmptyCartSure.asp">
<img src="images/Wheelbarrow_empty.gif" alt="Empty Shopping Cart" border="0" WIDTH="126" HEIGHT="78"></a>
</td>
<td valign="center" align="center" bgcolor="gold">
<a href="ShowCart.asp">
<img src="images/Wheelbarrow.gif" alt="Show/Modify Shopping Cart Contents" border="0" WIDTH="126" HEIGHT="78"></a>
</td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -