<%
MyServer=Request.ServerVariables("server_name")
MyPath=Request.ServerVariables("script_name")
MySelf="http://"&MyServer&MyPath
%>
对话内容显示页 <%=now%>
<%
TempArray=Application("Talk")
for i=0 to Application("Tplace")-1
Response.Write("
"&TempArray(i))
next
%>