<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="util.asp" -->
<%
Head="您放入購物車的物品已經全數退回!"
Session("ProductList") = ""
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html charset=gb2312">
<STYLE type=text/css>.main {
FONT-SIZE: 9pt
}
.main1 {
FONT-SIZE: 14px
}
</STYLE>
<title>清空購物車</title>
</head>
<body topmargin="5" bgcolor="#E6E4C4">
<diiv align="center"><center>
<table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1>
<tr>
<td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p>
<p align="center"> <br><input type="button" value="關閉" name="B2" onclick="window.close() " style="font-size: 9pt"></td>
</tr>
</table>
</center></div>
</body>
</html>
標簽:
lt
LANGUAGE
VBSCRIPT
include
上傳時間:
2015-11-05
上傳用戶:zhaoq123