//js 先定义 例如:
var name =
_g().getWidgetByName("name").getValue();
var line =
_g().getWidgetByName("line").getValue();
//这个是获取控件的值
//然后 url 后面添加
var $iframe =
$("
$iframe.attr("src",
"${servletURL}?reportlet=/文件夹名/cpt名字.cpt&op=write&names="+name+"&lines="+line+"");
var o = {
title: "定义标题",
width:
1200,
height:
600
};
FR.showDialog(o.title,
o.width, o.height, $iframe, o);