帆软自带方法弹出窗口 和 js原生弹出div窗口

帆软弹出窗口:

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

还没有自己试验一下

 

文章来自:https://www.cnblogs.com/Xinto/p/8868327.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3