?? showuser.asp
字號:
<%response.expires=0%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css">
<script language="javascript1.2" src="js/openwin.js"></script>
<title>用戶信息</title>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="expires" content="no-cache">
</head>
<body bgcolor="#ffffff">
<div align="left">
<%
ID=Request.querystring("username")
if id="" then
response.Write "<script langurage=javascript> alert('對不起, 您沒有訪問權限!')</script>"
response.End
end if
sql="select * from user where username='"&id&"'"
rs.open sql,conn,1,1
%>
</div>
<table border="0" width="650" cellspacing="1" cellpadding="0" bgcolor=#c0c0c0>
<tr bgcolor="#ffffff">
<td width="90" height="34" align="center">用戶編號</td>
<td width="131" height="34">
<%=rs("id")%>
</td>
<td width="90" height="34" align="center">用戶名</td>
<td width="118" height="34">
<%=rs("username")%>
</td>
<td width="90" height="34" align="center">真實姓名</td>
<td width="118" height="34"> <%=rs("name")%> </td>
</tr>
<tr bgcolor="#ffffff">
<td height="35" align="center">聯系電話</td>
<td height="35"><%=rs("tel")%></td>
<td height="35" align="center">手 機</td>
<td height="35"><%=rs("shouji")%></td>
<td height="35" align="center">電子郵件</td>
<td height="35"><%=rs("mail")%></td>
</tr>
<tr bgcolor="#ffffff">
<td height="35" align="center">工作單位</td>
<td height="35" colspan="5"><%=rs("danwei")%></td>
</tr>
<tr bgcolor="#ffffff">
<td align="center" height="35">聯系地址</td>
<td colspan="5"><%=rs("dizhi")%></td>
</tr>
<tr bgcolor="#ffffff">
<td height="35" align="center">郵政編碼</td>
<td height="35"><%=rs("youbian")%></td>
<td height="35" align="center">注冊日期</td>
<td height="35"><%=rs("date")%></td>
<td height="35" align="center"> </td>
<td height="35"> </td>
</tr>
<tr bgcolor="#ffffff">
<td height="46" align="center" colspan="6">
<img
src="images/an_fanhui.jpg" border=0 align="absmiddle"
style="cursor:hand" onclick="history.go(-1);"> </td>
</tr>
</table>
<%
Conn.Close
set Conn=Nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -