📄 register_ok.asp
字号:
<%@language="VBScript" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员注册成功!</title>
<LINK rel="stylesheet" href="CSS/STYLE.CSS" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<table width="110%" border="0" align="center" cellpadding="-1" cellspacing="-1">
<tr>
<td height="27" bgcolor="#FFCF00"> </td>
</tr>
</table>
<table width="100%" height="262" border="0" align="center" cellpadding="4" cellspacing="1">
<tr>
<td height="117" bgcolor="#FFFFFF"> <div align="center">
<table width="365" height="81" border="0" align="center" cellpadding="0"
cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF"
bordercolordark="#0000FF">
<tr>
<td width="76" height="59" align="right" valign="middle" nowrap bgcolor="#FFFFFF">
<div align="left"></div></td>
<td width="289" align="right" valign="middle" nowrap bgcolor="#FFFFFF"><div align="left">
祝贺您,已经注册成功!
<br>
您的会员ID号为:<strong>[
<% response.Write(session("MyID"))%>
]</strong> <br>
密码为: <strong>[
<% response.Write(session("MyPWD"))%>
]</strong> 请记好! <br>
单击“返回”按钮保存订单信息。
<% session("mName")=""%>
</div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="40" bgcolor="#FFFFFF"><div align="center">
<input type="button" value="<--返 回" onclick="javascript:window.location.href='checkout.asp'" style="border:1px solid;border-color:#FFCC33;background-color:#FFFFFF"></div></td>
</tr>
<tr>
<td height="70" valign="bottom" bgcolor="#FFFFFF"><table width="100%" border="0"
align="center" cellpadding="-1" cellspacing="-1" bgcolor="#FFFFFF">
<tr>
<td height="30" bgcolor="#ffcf00"><div align="center"></div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -