日期:2014-05-17  浏览次数:21026 次

能在JS脚本中使用APPLICATION吗?
function   sendMsg(){
var   chatMsg;
chatMsg=document.chatboxform.chatMsg.value;
application( "chatList ")=application( "chatList ")   &   " <br> "   &   chatMsg;
alert(application( "chatList "));
}

我这样写的,但是不能执行,是不是不能在JS脚本里用application。
要是能用的话,应该怎么写,各位大侠指点一下。

------解决方案--------------------
js没有application对象
------解决方案--------------------
要加服务器端标签