點擊事件對話框打開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) //彈出對話框