<%@include file="../../comm/init.txt"%><%@page import="kgweb.web.Frame;kgweb.bean.ChatRoomBean"%><% ChatRoomBean actionBean = new ChatRoomBean(); Frame addChatMessageFrame = Frame.processSinglePageFrame(actionBean, out, session, request, _charsetName, /*requestµÄ²ÎÊý*/ "chatClass.chatMessage", "enableUbbImg", "enableUbbCode"); //Ö´ÐÐ if (_loginTuser == null) { actionBean.addChatMessage(null, request.getRemoteAddr(), application); } else { actionBean.addChatMessage(_loginTuser.getId(), null, application); }%><%@include file="../../comm/end.txt"%>