bs_clear.asp

来自「多风格网站管理系统 进行网站的综合管理 后台数据库系统」· ASP 代码 · 共 34 行

ASP
34
字号
<!--#include file="../Inc/Util.asp" -->
<%
'=========================================================
'
'产品名称: 公司(企业)网站管理系统(简称:www.web300.cn)
'版权所有:www.web300.cn
'程序制作:QQ812256@hotmail.com
'Copyright 2006-2008 www.web300.cn - All Rights Reserved. 
'
'========================================================
%>
<%
Head="您放入购物车的物品已全数退回!"

Session("ProductList") = ""
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../Inc/Css.css" rel="stylesheet" type="text/css">
<title>清空购物车</title>
</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 + -
显示快捷键?