Simple Chat Application In ASP
Simple Chat Application In ASP
Rate Simple Chat Application In ASP
(2(2 Vote))
---------
<%
application.lock
application("msg")=request.querystring("POSTING")
application.unlock
%><form action= method=GET><input type=text name=posting><input type=submit></form>
file2.asp
---------
<meta http-equiv="refresh" content=1>
<%=application("msg")%>
Simple Chat Application In ASP Comments
No comments yet — be the first to post one!
Post a Comment