var
$iframe = $(
"<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"
);
$iframe.attr(
"src"
,
"${servletURL}?reportlet=目录/决策报表名.frm"
);
var
o = {
title :
"标题名"
,
width : 1000,
height: 500
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);