www.gusucode.com > asp+SQLServer网上书店系统设计(源代码+论文) > asp+SQLServer网上书店系统设计(源代码+论文)\网上书店asp+SQLServer\网上书店\Clear.asp

    <%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="util.asp" -->
<%
Head="您放入购物车的物品已全数退回!"

Session("bookList") = ""
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>清空购物车</title>
<href="style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<body topmargin="5" bgcolor="#eeeeee">
<div align="center"><center>

<table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" >
  <tr>
     <td width="80%" valign="top"> <p align="center" ><%=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>