📄 user_detail.txt
字号:
<%
if request.cookies("adminok")="" then
response.redirect "shop_login.htm"
end if
%>
<html>
<head>
<title>用户详细信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>.main {
FONT-SIZE: 12px
}
.main1 {
FONT-SIZE: 14px
}
.main2 {
FONT-SIZE: 16px
}
.main3 {
FONT-SIZE: 7px
}
.main4 {
FONT-SIZE: 10px
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
COLOR: #ff0000; TEXT-DECORATION: none
}
A:hover {
COLOR: #aa0000; TEXT-DECORATION: underline
}
</STYLE>
</head>
<!--#include file="conn.asp"-->
<%
id=request("id")
page=request("page")
set rs=server.createobject("adodb.recordset")
sqltext="select * from RegUser where Id=" & id
rs.open sqltext,conn,1,1
%>
<body text="#000000">
<!--#include file="index_top.asp" -->
<br> <div align="center">
<center>
<TABLE cellSpacing=1 cellPadding=4 width=429 bgColor=#416327 height="144">
<TBODY>
<TR vAlign=top bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="415" height="10" bgcolor="#6D8E4D"></TD></TR>
<TR vAlign=top bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="415" height="32">用户详细资料--</TD></TR>
<TR bgColor=#e6e4c4>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">用户帐号:</font></SPAN></TD>
<TD class=main1 width=301 height=25><%=rs("UserId")%></TD></TR>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">密码提示:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("WtPass")%></TD></TR>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">回答问题:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("DaPass")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">会员真实姓名:</font></SPAN></TD>
<TD width=301 height=25 bgcolor="#E6E4C4"><%=rs("Name")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">性别:</font></SPAN></TD>
<TD width=301 height=25 bgcolor="#E6E4C4"><%=rs("Sex")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">电子信箱:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("Email")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">联系电话:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("Phone")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">发货地址:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("Address")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">邮政编码:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("Zip")%></TD>
</tr>
<tr>
<TD class=main1 width=102 bgColor=#6d8e4d height=25 align="right"><SPAN
class=main1><font color="#FFFFFF">注册时间:</font></SPAN></TD>
<TD class=main1 width=301 height=25 bgcolor="#E6E4C4"><%=rs("RegTime")%></TD>
</tr>
<TR vAlign=top bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="415" height="15"></TD></TR>
<TR bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="415" height="27">
<p align="center">
<input type="button" value=" 返回 " name="B4" onclick="javascript:window.history.go(-1)">
</TD></TR>
<TR bgColor=#e6e4c4>
<TD class=main1 colSpan=2 width="415" height="4" bgcolor="#6D8E4D"></TD></TR></TBODY></TABLE>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -