帆软报表(finereport)点击事件对话框打开


点击事件对话框打开iframe

var iframe = $("<iframe id='001' name='001' width='100%' height='100%' scrolling='yes' frameborder='0'>") // iframe参数的命名及宽高等
iframe.attr("src", "http://192.168.100.17:8075/WebReport/ReportServer?reportlet=1.cpt") //1.cpt为点击查询时,对话框中显示的子报表
var o = {
title : "iframe测试",
width : 600,
height: 300
}
FR.showDialog(o.title, o.width, o.height, iframe,o) //弹出对话框


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM