📄 shoperror.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>.main {
FONT-SIZE: 8pt
}
.main1 {
FONT-SIZE: 8px
}
body { font-size: 8pt }
td { font-size: 10pt }
</STYLE>
<title>购物车</title>
</head>
<body topmargin="5" bgcolor="#E6E4C4">
<table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1 height="100">
<tr>
<td height="25">
</td>
</tr>
<tr>
<td height="25">
<p align="center"> 对不起,同一张订单只可以在同一个商场购物。
</td>
</tr>
<tr>
<td height="25">
<p align="center">请先提交或取消此订单后再选购其他商场的货物!
</td>
</tr>
<tr>
<td height="25">
<p align="center">你现在选择的商场是:<font color="#FF0000"><b><%=session("shop")%></b></font>
</td>
</tr>
<tr>
<td height="25">
</td>
</tr>
<tr>
<td height="25">
<p align="center">
<input type="button" value=" 关 闭 " name="B2" onclick="window.close();" src style="BACKGROUND-COLOR: #FEAC37; BORDER-BOTTOM: #000875 1px solid; BORDER-LEFT: #9aa3ff 1px solid; BORDER-RIGHT: #000875 1px solid; BORDER-TOP: #9aa3ff 1px solid; COLOR: #efefef; HEIGHT: 20px">
<input type="button" name="Submit12" onclick="javascript:window.location='Clear.asp'" src style="BACKGROUND-COLOR: #FEAC37; BORDER-BOTTOM: #000875 1px solid; BORDER-LEFT: #9aa3ff 1px solid; BORDER-RIGHT: #000875 1px solid; BORDER-TOP: #9aa3ff 1px solid; COLOR: #efefef; HEIGHT: 20px" value="订单取消">
<input type="button" value="去收银台" name="B4" onclick="window.opener.location.href='PayMent.asp';window.close();" src style="BACKGROUND-COLOR: #FEAC37; BORDER-BOTTOM: #000875 1px solid; BORDER-LEFT: #9aa3ff 1px solid; BORDER-RIGHT: #000875 1px solid; BORDER-TOP: #9aa3ff 1px solid; COLOR: #efefef; HEIGHT: 20px">
</p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -