当前位置: 移动技术网 > IT编程>开发语言>.net > 发送信息页面send.asp--基于web的QQ程序3

发送信息页面send.asp--基于web的QQ程序3

2018年10月14日  | 移动技术网IT编程  | 我要评论

武冈市公安局,京城大状师主题曲,黄鹤楼香烟漫天游

发送信息页面send.--基于web的qq程序3(only asp)
<html>
<head>
<title>发送信息页面</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>
<%if request("text")="" then%>
<body bgcolor="#ffffff" text="#000000">
发送给:<select size="1" name="name">
<%for i=1 to 30
if application("towho"&i)=session("user") then
a=application("from"&i)%>
  <option checked><%=a%></option>
<%else if application("user"&i)<>a then%>
<option><%=application("user"&i)%></option>
<%end if
end if
next%>
</select>
<br>
内容:<textarea rows="2" name="text" cols="20"></textarea>
</body><%else
for i=1 to 30
if application("towho"&i)="" then
application("towho"&i)=request("name")
application("from"&i)=session("user")
application("text"&i)=request("text")
end if
if application("towho"&i)=session("user") then
application("towho"&i)=""
application("text"&i)=""
application("from"&i)=""
end if
next

end if%>
</html>

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网