可以参考:
var xmmckj = this.options.form.getWidgetByName("xmmc");
var xmmc = xmmckj.getValue();
var sgdwmckj = this.options.form.getWidgetByName("sgdwmc");
var sgdwmc = sgdwmckj.getValue();
window.form = this.options.form;
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", encodeURI("${servletURL}?viewlet=遵义/遵义项目档案管理/项目结算送审台账/项目结算送审台账录入.cpt&op=write&xmmc=" + xmmc + "&sgdwmc=" + sgdwmc));
var o = {
title : "项目结算送审台账录入",
width : 1500,
height: 600
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);