⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userinfo.asp

📁 ASP,版本,HUANYING NI DE XIAZAI ! LIANXIFANSHI:BINDIYI@163.COM
💻 ASP
字号:
 <!--#include file="conn.asp"-->
 <!--#include file="Cookies.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META name=VI60_defaultClientScript content=VBScript>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {color: #0000FF}
-->
</style>


</head>
<body>
	<%
	dim rs,us,user_id,dum
	user_id=request.QueryString("user_id")
	set rs=server.CreateObject("adodb.recordset")
	us="select * From user where user_id=" & user_id
	rs.Open us,conn,1
	dum=rs("dum")
	
	%>

<h1 align="center" class="style1">用户信息</h1>
<p align="center" class="style1">&nbsp;</p>
<p align="center" class="style1">&nbsp;</p>
<table width="413" border="1" bordercolor="#00FF00">
  <tr>
    <th width="36" height="24" scope="col">用户ID</th>
    <th width="97" scope="col">用户帐号</th>
    <th width="81" scope="col">用户类别</th>
    <th width="81" scope="col">注册时间</th>
    <th width="84" scope="col">登录次数</th>
  </tr>
  <tr>
    <th height="25" scope="row"><%=rs("user_id")%></th>
    <th><%=rs("username")%></th>
    <th><%=rs("usertype")%></th>
    <th><%=rs("regdate") %></th>
    <th><%=rs("entnum")%></th>
  </tr>
</table>

 
 <p>&nbsp;</p>
 <table width="869" border="1" bordercolor="#00FF00">
   <tr>
     <th width="85" height="24" scope="col">真实姓名</th>
     <th width="61" scope="col">性别</th>
     <th width="101" scope="col">电话</th>
     <th width="98" scope="col">传真</th>
     <th width="208" scope="col">地址</th>
     <th width="147" scope="col">电子邮箱</th>
     <th width="123" scope="col">邮编</th>
   </tr>
   <tr>
     <th height="26" scope="row"><%=rs("name")%></th>
     <th><%=rs("sex") %></th>
     <th><%=rs("tel") %></th>
     <th><%=rs("fax")%></th>
     <th><%=rs("adress")%></th>
     <th><%=rs("email")%></th>
     <th><%=rs("postalcode")%></th>
   </tr>
</table>
 <p>&nbsp;</p>
 <table width="681" border="1" bordercolor="#00FF00">
   <tr>
     <th width="86" scope="col">虚拟币</th>
     <th width="79" scope="col">积分</th>
     <th width="172" scope="col">字体颜色道具个数</th>
     <th width="154" scope="col">图片道具个数</th>
     <th width="156" scope="col">置顶道具个数</th>
   </tr>
   <tr>
     <th height="79" scope="row"><%=dum%>
	 <form name="form1" method="post"  action="addDum.asp?user_id=<%=user_id%>">
       <input type="text" name="dumNum" value=<%=dum%>  height="20" >
	   <input name="addDum" type="submit"  value="修改虚拟币">
     </form></th>
     <th><%=rs("cumulation")%></th>
     <th><%=rs("toolA")%></th>
     <th><%=rs("toolB")%></th>
     <th><%=rs("toolC")%></th>
   </tr>
</table>
<p>&nbsp;</p>
<table width="679" border="0">
  <tr>
    <th width="379" scope="col">&nbsp;	</th>
    <th width="132" scope="col"><form name="form2" method="post" action="deluser.asp?user_id=<%=rs("user_id")%>" >
      <input type="submit" name="Submit1" value="删除用户" >
    </form>	</th>
    <th width="154" scope="col">&nbsp;	</th>
  </tr>
</table>
<p>&nbsp;</p>
<%
rs.close
set rs=nothing
closedb
%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -