VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple Chat Application In ASP

by Daniel Cagara (1 Submission)
Category: Active Server Pages
Compatability: ASP (Active Server Pages)
Difficulty: Unknown Difficulty
Originally Published: Mon 22nd January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simple Chat Application In ASP

Rate Simple Chat Application In ASP



---------
<%
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")%>

Download this snippet    Add to My Saved Code

Simple Chat Application In ASP Comments

No comments have been posted about Simple Chat Application In ASP. Why not be the first to post a comment about Simple Chat Application In ASP.

Post your comment

Subject:
Message:
0/1000 characters