📄 gooduser.asp
字号:
<!--#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> </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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -