繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> ASP应用 >> 接收信息页面inform.asp--基于web的QQ程序2

接收信息页面inform.asp--基于web的QQ程序2

2004-10-01 08:26:10  作者:  来源:互联网  浏览次数:7  文字大小:【】【】【
简介:<%for i=1 to 30 if application("towho"&i)=session("user") response.wtite("来自:"&application("from"&i)&"<br>"&"...

<%for i=1 to 30

if application("towho"&i)=session("user")

response.wtite("来自:"&application("from"&i)&"
"&"内容"&application("text"&i))

end if%>//有关回信息只要加键接到send.asp(自己补充)

责任编辑:admin
相关文章