snooper.asp

来自「一个聊天室程序」· ASP 代码 · 共 37 行

ASP
37
字号
<html>
<head>
<meta HTTP-EQUIV="REFRESH" CONTENT="5;snooper.asp">
<title>聊天室监听</title>
</head>

<body topmargin="0" leftmargin="0" bgcolor="#FFFFBE">

<form name="frmStatus">
  <table border="0" cellpadding="2" cellspacing="0" width="300" height="100"
  style="border: 1px solid rgb(255,0,0)">
    <tr>
      <td width="300" valign="top" height="15" bgcolor="#FFB7B7"
      style="border-bottom: 1px solid rgb(0,0,0)"><div align="center"><center><p><font
      face="Arial" color="#000080"><small><small>人数-- <%=Application("sessCount")%>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </small></small></font><img
      src="bullet.gif" name="btnChat" width="13" height="13" alt="Launch Chat"></td>
    </tr>
    <tr align="center">
      <td width="300" valign="top" height="85" align="left"><font face="Arial" color="#000080"><small><small><small>--&gt;<%=Application("chat4")%></small></small></small><br>
      <small><small><small>--&gt;<%=Application("chat3")%></small></small></small></font><font face="Arial"
      color="#FF0000"><br>
      </font><font face="Arial" color="#000080"><small><small><small>--&gt;<%=Application("chat2")%></small></small></small></font><font
      face="Arial" color="#FF0000"><br>
      </font><font face="Arial" color="#000080"><small><small><small>--&gt;<%=Application("chat1")%></small></small></small></font></td>
    </tr>
  </table>
</form>
<script Language="VBScript">
sub btnChat_OnClick
Window.Open "http://www.52725.com", "wdwLiveChat2", "width=600, height=350, top=0, left=0"
end sub
</script>

</body>
</html>

⌨️ 快捷键说明

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