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

📄 message.asp

📁 a project create chat room in asp.net with c sharp
💻 ASP
字号:
<%
If not Request.Form("message")="" THEN
APPLICATION.LOCK
Application("txt10") = Application("txt9")
Application("txt9") = Application("txt8")
Application("txt8") = Application("txt7")
Application("txt7") = Application("txt6")
Application("txt6") = Application("txt5")
Application("txt5") = Application("txt4")
Application("txt4") = Application("txt3")
Application("txt3") = Application("txt2")
Application("txt2") = Application("txt1")
Application("txt1") = "<B>" & Request.Cookies("nick") & ":</B> " & Request.Form("message")
APPLICATION.UNLOCK
END IF
%>
<html>
<head><title></title></head>
<body BGCOLOR="#006699" TEXT="#FFFFFF" LINK="#FF0000">
<form METHOD="POST" ACTION="message.asp">
<font SIZE="2">Kirjoita viestisi.</font><br>
<table BORDER="0" CELLSPACING="0">
<tr>
<td>
<input NAME="message" TYPE="TEXT" SIZE="30">
</td>
<td>
<input TYPE="IMAGE" SRC="send.gif" BORDER="0" WIDTH="54" HEIGHT="24">
</td><td>&nbsp;</td>
<td VALIGN="TOP">
<a HREF="logoff.asp" TARGET="_top"><img SRC="exit.gif" BORDER="0" WIDTH="54" HEIGHT="24"></a>
</td>
</table></form>
</body>
</html>

⌨️ 快捷键说明

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