Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 网站建设 > ASP > 发送信息页面send.asp--基于web的QQ程序3
【标  题】:发送信息页面send.asp--基于web的QQ程序3
【关键字】:asp,QQ,信息,程序,web,send,asp,web,QQ
【来  源】:网络

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

Your Ad Here 发送信息页面send.asp--基于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>
接收信息页面inform.asp--基于web的QQ程序2:【上一篇】
remote script文档(转载自微软)(九):【下一篇】
【相关文章】
没有相关文章
【随机文章】
  • (year%4 == 0) 是否足够判断润年?2000 年是闰年吗?
  • 共享:HP HP0-091 TestKing for CSA
  • OSPF入门童话
  • 网速慢的原因及解决办法
  • 鸟哥的linx下的网络命令
  • http://www.cnpaf.net/Class/hack/index.html
  • 在网页表格中选中同时高亮一列的方法
  • SQL中自己创建函数,分割字符串
  • squid代理服务器实现mysql认证
  • ADSLrouter
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.