WEB开发网
开发学院WEB开发ASP 发送信息页面send.asp--基于web的QQ程序3 阅读

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

 2001-10-11 11:04:13 来源:WEB开发网   
核心提示:发送信息页面send.asp--基于web的QQ程序3(only asp)<html><head><title>发送信息页面</title><meta http-equiv="Content-Type" content="text/ht
发送信息页面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>

Tags:发送 信息 页面

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接