<% Option Explicit %> <% ' ' $Id: message.asp,v 1.1.1.1 2003/03/09 22:45:57 peter Exp $ ' ' Allows a user to send a new message to the chatroom. ' ' @author Peter Theill peter@theill.com ' Response.Buffer = True If (NOT loggedOn()) Then Response.Write(getLoggedOutScript()) Response.End End If Dim user Set user = getLoggedOnUser() %> <%= APPLICATION_NAME %>
<%= getMsg("message.title") %>
" taborder=2 name=submit border=0 title="<%= getMsg("button.send.title") %>"> " onclick="openHelp(); return false;" border=0 title="<%= getMsg("button.help.title") %>"> " onclick="logOff(); return false;" border=0 title="<%= getMsg("button.logout.title") %>">