用table 块 里面添加一个报表块,报表块背景图填充为图片,在报表块上添加js点击事件
var iframe = $("
// 对话框内 iframe 参数的命名,默认宽高占比是 100%,可向下滚动
iframe.attr("src", cc+"?reportlet=/DataPower/报表名称");
// 给 iframe 添加 src 属性
var o = {
width : 1100,//对话框宽度
height: 1000//对话框高度
};
FR.showDialog("标题", o.width, o.height, iframe,o);//弹出对话框
参数cc的设置
让后设置tab块轮播就好了