📄 step-3.asp
字号:
<%if session("sia_user")="" then
response.write "<META http-equiv=Content-Type content=text/html; charset=gb2312><meta HTTP-EQUIV=REFRESH CONTENT=8>新会员注册成功……<br><br>本购物系统要求使用安全的session cookies,以便存储您的购物信息,由于您的浏览器禁用session cookies,所以您不能正常登录本购物系统。请将您的浏览器重新设置为接受安全的session cookies,即可正常登陆,谢谢您对我们的支持与信任!!"
response.end
end if%>
<!--#include file="header.asp" -->
<table width="778" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="185" valign="top" class="table-right">
<!--#include file="left.asp" -->
</td>
<td width="100%" height="300" valign="top" bgcolor="#FFFFFF"> <p> </p>
<table width="500" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><font color="#FF3333">>>注册成功,欢迎<% =session("sia_user") %>成为我们的会员,让我们有机会为您提供更加完善服务。</font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="422"><p><br>
<%
'如果购买车为空,转入网站首页,否则进入购物车页面
ProductList = Session("ProductList")
If Len(ProductList) = 0 Then
Response.write "<meta http-equiv='refresh' content='8; url=index.asp'>"
Response.write "<img src=images/i-2.gif width=17 height=17> <a href=index.asp>返回商场首页</a>"
Else
Response.write "<meta http-equiv='refresh' content='10; url=check-out.asp'>"
Response.write "<img src=images/i-2.gif width=17 height=17> <a href=index.asp>返回商场首页</a><br><br>"
Response.write "<img src=images/i-2.gif width=17 height=17> <a href=check-out.asp>去结算中心</a>"
End If %>
</p></td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
<!--#include file="footer.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -