通过工具栏按钮,在窗口打开一个表单,js一直报错,麻烦大神帮我瞧瞧! var url = ("${servletURL}?reportlet=jck%2fanxiu.cpt); var iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder='0'>"); // 对话框内iframe参数的命名,默认宽高占比是100%,可向下滚动 iframe.attr("src", url); // 给iframe添加src属性 var o = { width : 1200, //对话框宽度 height: 600 //对话框高度 }; FR.showDialog('新增单据', o.width, o.height, iframe,o);//弹出对话框 |