发送信息页面send.asp--基于web的QQ程序3
2018-09-06 11:30
发送信息页面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(towhoi)=session(user) then
a=application(fromi)%>
<option checked><%=a%></option>
<%else if application(useri)<>a then%>
<option><%=application(useri)%></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(towhoi)= then
application(towhoI)=request(name)
application(fromi)=session(user)
application(texti)=request(text)
end if
if application(towhoi)=session(user) then
application(towhoi)=
application(texti)=
application(fromi)=
end if
next
end if%>
</html>
文章标题:发送信息页面send.asp--基于web的QQ程序3
文章链接:http://soscw.com/index.php/essay/9434.html