?? en_clear.asp
字號:
<!--#include file="../Inc/Util.asp" -->
<%
'=========================================================
'
'產品名稱: 公司(企業(yè))網(wǎng)站管理系統(tǒng)(簡稱:www.web300.cn)
'版權所有:www.web300.cn
'程序制作:QQ812256@hotmail.com
'Copyright 2006-2008 www.web300.cn - All Rights Reserved.
'
'========================================================
%>
<%
Head="Articles that you put the shopping cart have been returned !" '您放入購物車的物品已全數(shù)退回
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>Clear empty shopping cart</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="Close" name="B2" onclick="window.close();" style="font-size: 9pt"></td>
</tr>
</table>
</center></div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -