怎么才能横向滑动报表呢?window.form = this.options.form;
var $iframe = $("<iframe id='app' name='app' width='2000' height='500' scrolling='yes' frameborder='0'>");
$iframe.attr("src", "${servletURL}?reportlet=approach_koukai.cpt&op=view&__showtoolbar__=false");
var o = {
title : "更改時留意項目",
width : 2000,
height: 500
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);