⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 display.asp

📁 一个聊天室程序
💻 ASP
字号:
<html>

<head>
<meta HTTP-EQUIV="REFRESH" CONTENT="5;display.asp">
<title></title>
<style type="text/css">
<!--
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
-->
</style>
</head>

<body BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#FF0000" topmargin="0">
<!-- www.52725.com -->

<table border="0" cellpadding="2" cellspacing="0" width="100%"
style="border-bottom: 1px solid rgb(0,0,128)">
  <tr>
    <td width="50%"><div align="center" class="style1">
      <div align="left"><font face="Arial"><small><small>ID1314.COM 会议室</small></small></font></div>
    </div></td>
    <td width="50%"><p align="right"><font face="Arial" color="#000080"><small><small>最后发言时间: <%=Application("LastPost")%>
&nbsp;</small></small></font></td>
  </tr>
</table>
<font SIZE="2"><%
If Application("flgWarn") = "ON" and Application("FlagCount") >0 Then
	Application("FlagCount") = Application("FlagCount") - 1
		If Application("FlagCount") = 0 then
			Application("flgWarn") = ""
		End If
	txtFlag = "1"
Else
	txtFlag = "0"
End If
%>


<form name="frmFlag">
  <input type="hidden" name="myFlag" value="<%=txtFlag%>">
</form>

<p><%=Application("chat1")%><br>
<%=Application("chat2")%><br>
<%=Application("chat3")%><br>
<%=Application("chat4")%><br>
<%=Application("chat5")%><br>
<%=Application("chat6")%><br>
<%=Application("chat7")%><br>
<%=Application("chat8")%><br>
<%=Application("chat9")%><br>
<%=Application("chat10")%><br>
</p></font>
</body>
</html>

⌨️ 快捷键说明

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