window.form = this.options.form; var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); $iframe.attr("src", "${servletURL}?reportlet=wlda.cpt&op=write&WPH=$P&__showtoolbar__=false"); var o = { title : "物料选择", width : 800, height: 300 }; FR.showDialog(o.title, o.width, o.height, $iframe,o); 以 代码如何 改? |