% Option Explicit %> <% ' ' $Id: private.message.asp,v 1.1.1.1 2003/03/09 22:45:57 peter Exp $ ' ' Sends new message to chat room. ' ' @author Peter Theill peter@theill.com ' Dim userId, dstUserId userId = CStr(Request("srcUserId")) dstUserId = CStr(Request("dstUserId")) If (NOT isLoggedIn(userId)) Then Response.Write(getLoggedOutScript()) Response.End End If %>