点击对话框按扭后,如何让对话框里的报表继承现在报表的,按件里的值? window.form = this.options.form;
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder='0'>");
$iframe.attr("src", "${servletURL}?reportlet=approach_koukai.cpt&op=view&__showtoolbar__=false");
var o = {
title : "更改時留意項目",
width : 2000,
height: 500
};
FR.showDialog(o.title, o.width, o.height, $iframe,o); |
立即参与
最佳回答 |
||||
|
0
|
|
|||
