标签:scrolling http oid 参数 dialog attr src var 自己
帆软弹出窗口:
var $iframe = $("<iframe id=‘inp‘ name=‘inp‘ width=‘100%‘ height=‘100%‘ scrolling=‘no‘ frameborder=‘0‘>"); // iframe参数的命名及宽高等
$iframe.attr("src",bdcUrl+‘/selectBdcdy?proid=‘+proid);
var o = {
title : "123",
width : 800,
height: 700
};
FR.showDialog(o.title, o.width, o.height, $iframe,o); //首先弹出对话框
记得把变量定义上
源文件在电脑中位置:F:\bdcdj_server_16\webapps\report\WEB-INF\reportlets\score\血与泪的教训_弹窗.cpt
js原生弹出窗口:
https://jingyan.baidu.com/article/9989c746d1641bf648ecfeb2.html
还没有自己试验一下
标签:scrolling http oid 参数 dialog attr src var 自己
原文地址:https://www.cnblogs.com/Xinto/p/8868327.html