日期:2014-05-18  浏览次数:20671 次

请教:iframe了一个使用dwr编写的聊天室,在ie下报错
在一个jsp页面里iframe了一个使用dwr编写的聊天室,代码如下
  <iframe   vspace= "0 "   hspace= "0 "   width= "162 "   height= "490 "   marginwidth= "0 "   marginheight= "0 "   scrolling= "no "   align= "middle "   border= "0 "   frameborder= "0 "   src= "http://127.0.0.1:8080/play/loginChat.do?f_id=3333&f_cn=pppp&f_des=oooo&userID=3333&userName=ddddd&userSex=1 "   > </iframe>
访问父页面时,弹出错误窗口:A   server   error   has   occured.   More   information   maybe   available   in   the   console.
console里没有任何输出,跟踪代码发现过了整个jsp页面后报的错。程序在firefox下无任何问题


------解决方案--------------------
那就是脚本问题了,需要看看源码
------解决方案--------------------
启用IE的脚本调试,看看哪行错的
------解决方案--------------------
关注
------解决方案--------------------
web-xml没配错吗
dwr目录下的两个js文件有吗