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

火狐不支持的种种....
1,这是页面加载时弹出的小窗体,在IE6下可以弹出来,在火狐下没有反应
function openWin()
{
var h = 400;
var w = 500;
window.open('Tzgg/NewTzgg.jsp','法院最新通知','height='+ h +', width='+w + ',left=0,top=0,toolbar=no , menubar=no, scrollbars=yes, resizable=yes, location=no')
}

2,这是在线文本编辑器,也是在IE6下正常的,在火狐下不可用。
<div style="float:left">
<iframe id="eWebEditor1" src="../editor/eWebEditor.jsp?id=content1&style=standard&color=mx" frameborder="0" scrolling="no" width="689" height="350"></iframe></div>

eWebEditor.jsp太多了就不粘了,请问有没有人遇到这种问题的、


------解决方案--------------------
去找一个火狐能用的在线编辑器不就好了 FCK编辑器火狐就支持,火狐浏览器对js的规范要求相对严格一些。