?? onlineuser.asp
字號(hào):
<!--#INCLUDE FILE="inc_config.asp"-->
<% response.expires=0 %>
<html>
<head>
<title>在線人員列表</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv=refresh content='18;url=onlineuser.asp'>
<style>
<!--
body { font-size: 9pt; background-color: "#cccccc" }
td { font-size: 9pt }
A:link { text-decoration: none;color: #000000 }
A:visited { text-decoration: none;color: #FFFFFF }
A:active { text-decoration: none;color: #FFFFFF }
A:hover { text-decoration: none;color: #FFFFFF }
-->
</style>
<script language="JavaScript">
<!--
function selectwho(list)
{ parent.frm_input.document.forms[0].towho.text=list;
parent.frm_input.document.forms[0].towho.value=list;
parent.frm_input.document.forms[0].saystemp.focus();
parent.overselectenable=false; }
-->
</script>
</head>
<body>
<table bgcolor="<%=m_bg3%>" cellpadding="5" cellspacing="1" width="100%" align="right">
<tr bgcolor="<%=m_bg1%>">
<td align="center" style="color:<%=m_text1%>">在線名單</td>
</tr>
<tr bgcolor="#cccccc">
<td style="color:<%=m_text2%>"><% if session("user")="" then %>
<hr><p align="center">你已離開<br>請(qǐng)<a href="index.asp" target="_top">重新進(jìn)入</a></p><hr>
<%
response.end
end if %>
<a href="javascript:selectwho('大家');" title="選取大家作為談話對(duì)象">大家</a><br>
<% men=0
for i=1 to 100
if application("user"&i)<>"" then %>
<a href="javascript:selectwho('<%=application("user"&i)%>');" title="選取 <%=application("user"&i)%> 作為談話對(duì)象">
<%=application("sex"&i)%> <%=application("user"&i)%>
<%if session("userlevel")>2 then%>[<%=application("userlevel"&i)%>]
<%end if%></a><br>
<% men=men+1
end if
next %>
<center>共 <% =men %> 人</center>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -