ASP做个简单的聊天室不要数据库

来源:百度知道 编辑:UC知道 时间:2024/05/26 20:18:43
哪个会的,发~~

如何编写一个最简单的聊天程序?

chat.html
<html>
<head>
<title>精彩春风之简单聊天</title>
</head>
<frameset rows="*,100">
<frame src="chatopinions.asp">
<frame src="chatform.asp">
</frameset>
</html>

chatopinions.asp
<html>
<head>
<META HTTP-EQUIV=refresh content="5;URL=chatopinions.asp"></head>
<body bgcolor=FFFFFF>
<center>
<table border=0 width=350>
<tr><td width=50>
<% =Application("A9") %></td><td width=300><% =Application("B9") %>
</td></tr><tr><td>
<% =Application("A8") %></td><td><% =Application("B8") %>
</td></tr><tr><td>
<% =Application("A7") %></td&