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

📄 view.asp

📁 公文下发和上报管理:   在发布和上报文件时
💻 ASP
字号:
<!--#include file="asp/opendb.asp"-->
<% set conn=opendb("oabusy","conn","accessdsn")
set rs=server.createobject("adodb.recordset")
sql="select * from userinf where id="&request("id")
rs.open sql,conn,1,1 %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/css.css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>用户资料==><%=rs("name")%></title>
</head>

<body bgcolor="#CCCCCC">
<div align="center"><p>&nbsp;
  <center><b>用户<font color="red"><%=rs("name")%></font>资料</b>
  </p><table border="1" cellpadding="0" cellspacing="0" width="369" height="35" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF">
    <tr>
      <td width="367" height="17" align="right" valign="bottom" background="img/t-bg1.gif">
    用户名: </td>
      <td width="367" align="center"><%=rs("username")%></td>
    </tr>
    <tr>
      <td width="367" height="17" valign="top" bgcolor="#F0F0F0" align="right">  
      密 码:</td>
      <td width="367" valign="top" bgcolor="#F0F0F0" align="center"><%=rs("password")%></td>
    </tr>
    <tr><td width="367" height="17" valign="top" bgcolor="#F0F0F0" align="right">  
      所属部门:</td>
      <td width="367" valign="top" bgcolor="#F0F0F0" align="center"><%=rs("userdept")%></td>
    </tr>
    <tr><td width="367" height="17" valign="top" bgcolor="#F0F0F0" align="right">  
      级 别:</td>
      <td width="367" valign="top" bgcolor="#F0F0F0" align="center"><%=rs("userlevel")%></td>
    </tr>
    
    <tr><td width="367" height="17" valign="top" bgcolor="#F0F0F0" align="right">  
      备注:</td>
      <td width="367" valign="top" bgcolor="#F0F0F0" align="center"><%=rs("content")%></td>
    </tr>
    <tr><td width="367" height="17" valign="top" bgcolor="#F0F0F0" align="right">  
     加入日期:</td>
      <td width="367" valign="top" bgcolor="#F0F0F0" align="center"><%=rs("jointime")%></td>
    </tr>
  </table>
  </center>
</div>

<p align="center">【<a href="javascript:window.close()">关闭窗口</a>】</p>

</body>

</html><%rs.Close 
set rs=nothing
conn.close
set conn=nothing
%>

⌨️ 快捷键说明

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