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

📄 send.asp

📁 聊天室源码呵呵你好用~~~~~~2.0版本
💻 ASP
字号:
<%Response.Expires=0
username=Session("a_c_user_name")
if username="" or Session("a_c_user_outchat")=1 then
 Response.Write "对不起,您尚未进入聊天室!"
 Response.End
end if
who=Request.QueryString("who")
if who="" then who=username
online=Application("a_c_user_online")%><html>
<head>
<title>发送信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {font-size: 9pt; line-height: 150%}
td {font-size: 9pt; line-height: 150%}
a:link {color: #0000FF; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: underline;}
a:visited {color: #0000FF; text-decoration: none;}
a:active {text-decoration: none;}
-->
</style>
</head>
<body bgcolor="#EFC684">
<div align=center>
<font style="font-size:12pt"><%=Application("a_c_chatroom_name")%> Web ICQ 1.0</font><br>
<br></div>
<table border="0" align="center" cellpadding="2">
<form method="post" action="message.asp" name="">
<tr bgcolor="#E0E0E0"> 
<td>对象:</td>
<td> 
<select name="towho">
<%for i=1 to Application("a_c_user_inthechat")*4 step 4%>
<option value="<%=online(i)%>"<%if online(i)=who then Response.Write " selected"%>><%=online(i)%></option>
<%next%>
</select>
</td>
</tr>
<tr bgcolor="#E0E0E0"> 
<td>信息:</td>
<td> 
<textarea name="info"></textarea>
</td>
</tr>
<tr bgcolor="#E0E0E0"> 
<td>注意:</td>
<td>信息长度不能超过400个字符,<br>
超出部分将被删除</td>
</tr>
<tr bgcolor="#E0E0E0"> 
<td colspan="2">
<div align="center">
<input type="submit" name="message" value="发送">
<input type="reset" name="rest" value="重写">
</div>
</td>
</tr>
</form>
</table>
</body>
</html>

⌨️ 快捷键说明

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