帆軟報表(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