window.form = this.options.form; //当前的form赋值给全局变量
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等
$iframe.attr("src", "http://fr.aoyang.com/ReportServer?reportlet=FRreport%2F%5B6570%5D%5B636e%5D%5B586b%5D%5B62a5%5D%2F%5B7269%5D%5B6d41%5D%5B51fa%5D%5B5165%5D%5B5e93%5D%5B7cfb%5D%5B7edf%5D%2F%5B7269%5D%5B6d41%5D_%5B6839%5D%5B636e%5D%5B5165%5D%5B5e93%5D%5B5355%5D%5B751f%5D%5B6210%5D%5B51fa%5D%5B5e93%5D%5B5355%5D%5Bff08%5D%5B590d%5D%5B9009%5D%5Bff09%5D.cpt&op=write");
//childtest.cpt为点击查询时,对话框中显示的子报表
var o = {
title : "筛选所需数据并返回",
width : 1400,//调整对话框宽度
height: 600//调整对话框高度
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);
把上面的http://URL换成你自己的