========== IE浏览器报错 ============ ================ //当前的form赋值给全局变量 window.form = this.options.form; //iframe参数的命名及宽高等 var $iframe = $(" var o = { title : "bbsm", //调整对话框宽度 width : 700, //调整对话框高度 height: 400 }; $iframe.attr("src", host+"/webroot/decision/view/report?viewlet=reportDesc.cpt&repid="+repid+"&repname="+repname); //弹出对话框 FR.showDialog(o.title, o.width, o.height, $iframe,o); |