gooduser.asp

来自「现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的」· ASP 代码 · 共 65 行

ASP
65
字号
<!--#INCLUDE FILE="sysinc.asp" -->
<html>
<script language="JavaScript">
function MM_openBrWindow(theURL,winName,features)

{ //v2.0

  
  window.open(theURL,winName,features);

}


//-->

</script>
<%
  sqlstr="select * from 用户表 order by 上站次数 desc"
  my_rs.open sqlstr,my_Conn,1,3
 
%>
<head>
<LINK href="../style.css" rel=stylesheet>
<title>优秀职员</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="80%" border="0" cellspacing="1" cellpadding="0" bgcolor="#00CC33" align="center">
  <tr bgcolor="#FFFFFF"> 
    <td colspan="3"> 
      <div align="center">优秀职员</div>
    </td>
  </tr>
  <%for i=1 to 3 %>
  <tr bgcolor="#FFFFFF"> 
    <td width="30%" height="11"> 
      <div align="center">第<%=i%>名</div>
    </td>
    <td height="11" width="40%"> <%=my_rs("用户名")%></td>
    <td height="11">上站次数:<%=my_rs("上站次数")%></td>
  </tr>
  <%my_rs.movenext
   next            %>
</table>
<div align="right"><br>
  <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>
        <div align="right">
          <%response.write "<input type='button' value='关闭窗口' name='B2' class='buttonface' onclick='javascript:self.close()'>"
%>
        </div>
      </td>
    </tr>
  </table>
</div>

</body>
</html>

⌨️ 快捷键说明

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