📄 topuser.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<html><head><title><%=Gupiao_Setting(5)%>-客户管理</title>
<!--#include file="css.asp"-->
</head><body bgcolor="#ffffff" text="#000000" style="FONT-SIZE: 9pt" topmargin=5 leftmargin=0 oncontextmenu=self.event.returnValue=false>
<%
if request("action")="Reflash" then
call Reflash()
else
call main()
end if
response.Write "</body></html>"
CloseDatabase '关闭数据库
'=====================================
sub main()
dim Title
if request("action")="search" then
dim username
username=trim(replace(request("username"),"'",""))
if username="" then
errmess="<li>请输入查找关键字"
rurl="?"
call endinfo(2)
exit sub
end if
if request("usernamechk")="yes" then
sql= "select * from 客户 where 帐号='"&username&"'"
else
sql= "select * from 客户 where 帐号 like '%"&username&"%'"
end if
Title="查找结果"
else
if request("paixu")="资产" then
sql= "select * from 客户 order by 资金 desc"
Title="资产排行"
else
Title="总资产排行"
sql= "select * from 客户 order by 总资金 desc"
end if
end if
%>
<table width="98%" border=0 cellspacing=1 cellpadding=0 align=center bgcolor="#0066CC">
<TR>
<TD BACKGROUND="Images/topbg.gif" height=9 colspan=3>
</TD>
</TR>
<tr>
<td valign=center align=middle height=23 background="Images/Header.gif"><font size="2"><b>股市大鳄排行榜</b></font></td>
</tr>
<tr><td bgcolor="#E4E8EF">
<br>
<table cellspacing=1 cellpadding=3 align=center width="97%" bgcolor="#0066CC">
<tr>
<td align=left valign=middle background="Images/title.gif" height="21"> <a href="Gupiao.asp">股票交易大厅</a> | <a href="?paixu=总资产">总资金排行</a> | <a href="?paixu=资产">资金排行</a> | <a href=javascript:history.go(-1)>返回上一页</a></td>
</tr>
</table>
<br>
<table border="0" width="97%" bgcolor="#0066CC" cellspacing="1" cellpadding="3" align="center">
<tr>
<td valign=center align=middle height=23 background="Images/Header.gif" colspan="11"><b><%=Title%></b></td>
</tr>
<tr bgcolor="#ffffff">
<%if request("action")="search" then%>
<td colspan="11" height=18><font color=red>搜索结果如下:</font>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -