function sendMsg(){
var chatMsg;
chatMsg=document.chatboxform.chatMsg.value;
application( "chatList ")=application( "chatList ") & " <br> " & chatMsg;
alert(application( "chatList "));
}
我这样写的,但是不能执行,是不是不能在JS脚本里用application。
要是能用的话,应该怎么写,各位大侠指点一下。
------解决方案--------------------
js没有application对象
------解决方案--------------------
要加服务器端标签