clear.asp

来自「电子商城」· ASP 代码 · 共 29 行

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

Session("ProductList") = ""
%>
<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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?