📄 userinfo.asp
字号:
<!--#include file="conn.asp"--><html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在线考试系统</title>
<link rel="stylesheet" type="text/css" href="../DEFAULT.CSS">
<script language="JavaScript1.2" src="../js/lock.js"></script>
</head>
<body onkeydown="lockalt();" oncontextmenu="self.event.returnValue=false" onselectstart="selectstart();" bgcolor="#F1F1F1">
<%
sql="select * from cadre_info where userid=" & request("userid")
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
%>
<table border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#007CD0" width="240" id="AutoNumber1" cellpadding="0" class="withborder">
<tr>
<td colspan="2" height="25" class="border_blue" bordercolor="#007CD0">
<p align="center">用户信息</td>
</tr>
<tr>
<td width="80" align="center" height="20" bordercolor="#007CD0">证件号码</td>
<td align="center" bordercolor="#007CD0"><%=rs("userid")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">姓 名</td>
<td align="center" bordercolor="#007CD0"><%=rs("username")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">部 门</td>
<td align="center" bordercolor="#007CD0"><%=rs("department")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">单 位</td>
<td align="center" bordercolor="#007CD0"><%=rs("office")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">职 务</td>
<td align="center" bordercolor="#007CD0"><%=rs("duties")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">级 别</td>
<td align="center" bordercolor="#007CD0"><%=rs("rank")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">岗 位</td>
<td align="center" bordercolor="#007CD0"><%=rs("post")%> </td>
</tr>
<tr>
<td align="center" height="20" bordercolor="#007CD0">权 限</td>
<td align="center" bordercolor="#007CD0"><%=rs("spower")%> </td>
</tr>
</table>
<p align="center">
<input type="button" onclick="self.close();" value="关闭窗口" name="B3" class="s02"></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -