想用以下的方式打开URL→http://172.16.123.123/start.html

应该怎么改呢?

window.form = this.options.form;


var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");


$iframe.attr("src", "${servletURL}?reportlet=123.cpt&op=write&__showtoolbar__=false");


var o = {


title : "P15、G18アプロード",


width : 800,


height: 800


};


FR.showDialog(o.title, o.width, o.height, $iframe,o);


FineReport minamoto 发布于 2020-12-17 17:04 (编辑于 2020-12-17 17:05)
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共3回答
最佳回答
1
xiaomage001Lv6初级互助
发布于2020-12-17 17:07

${servletURL}?reportlet=123.cpt&op=write&__showtoolbar__=false 把这个换成你要打开的地址

最佳回答
1
luojian0323Lv7资深互助
发布于2020-12-17 17:05

那稍候回答你。

最佳回答
1
ColdmanLv6高级互助
发布于2020-12-17 17:06

稍后来看看

  • 5关注人数
  • 280浏览人数
  • 最后回答于:2020-12-17 17:07
    请选择关闭问题的原因
    确定 取消
    返回顶部