//按钮打开iframe对话框:
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等
$iframe.attr("src", "${servletURL}?reportlet=你的报表路径.cpt&op=write&参数="+参数); //
var o = {
title : "标题",
width : 1000,//宽度
height: 500//高度
};
FR.showDialog(o.title, o.width, o.height, $iframe,0); //首先弹出对话框