问题描述
如题其中updateWin如下:if (!updateWin) {updateWin = new Ext.Window({el : 'updateWin',title : '修改信息',layout : 'fit',width : 780,height : 500,closeAction : 'close',//hideplain : true,modal : true,html : '<iframe id="upwinFrame" name="upwinFrame" src= "/cgi-bin/admin/notice/temp_u.jsp?id='+id+'" width="100%" height="450" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>'});}网页错误详细信息用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)时间戳: Fri, 11 Feb 2011 04:53:27 UTC消息: 参数无效。行: 7字符: 50401代码: 0URI: http://localhost:8080/cgi-bin/ext-3.2.0/ext-all.js补充:在chrome,ff下无此问题。二次补充:小弟初学ext,ext中有没有替代hide()的关闭方法。
解决方案
closeAction : 'close',//hide 这句是不对吧?你点击事件之后就close掉了,你还hide?