📄 user_info.asp
字号:
<%
If request.cookies("admin")="" Then
Response.redirect"../"
End If
%>
<!--#include file="conn.asp"-->
<%
dim rs,sql,uID
uID=request("uID")
set rs=Server.CreateObject("Adodb.Recordset")
sql="select * from member where uID='"&uID&"'"
rs.open sql,conn,1,1
If rs.eof Then
response.write"no record"
response.end
End If
%>
<html>
<head>
<title>专业选票 | 会员资料</title>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Description" content="互动调查,免费调查引擎">
<meta name="Keywords" content="互动调查,调查,引擎调查,投票,免费调查,vote,research">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css">
<!---a:link { color: #000080; font-family: Arial; text-decoration: underline }
a:visited { color: #680090; font-family: Arial; text-decoration: underline }
a:hover { color: red; text-decoration: none }
body { color: #000000; font-size: 9pt; line-height: 12pt; font-family: Arial }
th { font-size: 9pt; line-height: 12pt }
td { font-size: 9pt; line-height: 12pt }
a.1:link { font-family: Arial; text-decoration: none; color: black }
a.1:visited { font-family: Arial; text-decoration: none; color: black }
a.1:hover { font-family: Arial; text-decoration: none; color: silver }
.form { font-size: 9pt }
---></style>
</head>
<body bgcolor="#FFFFFF" topmargin="11" leftmargin="0">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="524" bgcolor="#FFFFFF" height="409">
<tr>
<td height="14" valign="middle" width="524"> </td>
</tr>
<center>
<tr>
<td height="381" valign="top" width="522">
<div align="center">
<table border="0" cellpadding="2" width="100%" cellspacing="3" height="330">
<tr>
<td width="100%" height="22" colspan="2"><a href="user_list.asp" class="1">会员列表</a>>会员资料</td>
</tr>
</center>
<tr>
<td width="30%" height="18" bgcolor="#F9F9F9">
<p align="right">登陆名:</td>
<center>
<td width="70%" height="18"><%=rs("uID")%></td>
</tr>
</center>
<tr>
<td width="30%" height="22" bgcolor="#F9F9F9">
<p align="right">登陆密码:</td>
<center>
<td width="70%" height="22"><%=rs("pwd")%></td>
</tr>
</center><center></center>
<tr>
<td width="30%" height="28" bgcolor="#F9F9F9">
<p align="right">密码提示问题:</td>
<center>
<td width="70%" height="28"><%=rs("question")%></td>
</tr>
</center>
<tr>
<td width="30%" height="28" bgcolor="#F9F9F9">
<p align="right">问题的答案:</td>
<center>
<td width="70%" height="28"><%=rs("answer")%></td>
</tr>
</center>
<tr>
<td width="30%" height="29" bgcolor="#F9F9F9">
<p align="right">真实姓名:</td>
<center>
<td width="70%" height="29"><%=rs("rname")%></td>
</tr>
</center>
<tr>
<td width="30%" height="28" bgcolor="#F9F9F9">
<p align="right">您的性别:</td>
<center>
<td width="70%" height="28"><%=rs("sex")%></td>
</tr>
</center>
<tr>
<td width="30%" height="24" bgcolor="#F9F9F9">
<p align="right">E-Mail 地址:</td>
<center>
<td width="70%" height="24"><a href="mailto:<%=rs("email")%>" class="1"><%=rs("email")%></a></td>
</tr>
</center>
<tr>
<td width="30%" height="9" bgcolor="#F9F9F9">
<p align="right">您的生日:</td>
<center>
<td width="70%" height="9"><%=rs("year")%>年<%=rs("month")%>月<%=rs("day")%></td>
</tr>
</center>
<tr>
<td width="30%" height="6" bgcolor="#F9F9F9">
<p align="right">网站地址:</td>
<td width="70%" height="6"><a href="<%=rs("url")%>" target="_blank" class="1"><%=rs("url")%></a></td>
</tr>
<tr>
<td width="30%" height="16" bgcolor="#F9F9F9">
<p align="right">OICQ号码:</td>
<center>
<td width="70%" height="16"><img src="http://icon.tencent.com/<%=rs("oicq")%>/s/" alt="<%=rs("oicq")%>" width="16" height="16"> <%=rs("oicq")%></td>
</tr>
</center>
<tr>
<td width="30%" height="0" bgcolor="#F9F9F9">
<p align="right">加入时的IP地址:</td>
<td width="70%" height="0"><%=rs("ip")%></td>
</tr>
<tr>
<td width="30%" height="-2" bgcolor="#F9F9F9">
<p align="right">加入时间:</td>
<center>
<td width="70%" height="-2"><%=rs("date")%> - <%=rs("time")%>
<%
conn.close
set conn=nothing
rs.close
set rs=nothing
%></td>
</tr>
<tr>
<td width="100%" height="10" colspan="2">
<p align="center"><input type="button" value=" 删除此会员 " name="B3" onclick="location.href='del_user_ask.asp?uID=<%=uID%>'" class="form"></td>
</tr>
</table>
</div>
</center></td>
</tr>
<tr>
<td height="14" width="522">
<p align="center"><a href="vote_list.asp?uID=<%=request("uID")%>" class="1">查看该会员的调查列表</a></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -