帆软自带方法弹出窗口 和 js原生弹出div窗口
Posted xinto
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了帆软自带方法弹出窗口 和 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
还没有自己试验一下
以上是关于帆软自带方法弹出窗口 和 js原生弹出div窗口的主要内容,如果未能解决你的问题,请参考以下文章