window.open("${servletURL}?viewlet=报表预览&op=view");
window.history.back(-1);
以下是按钮打开填报报表的例子: var $iframe=$("<iframe style='width:100%;height:100%'>"); $iframe.attr("src","${servletURL}?reportlet=目录/报表名.cpt&op=write"); var sty={title:'标题',width:1110,height:750}; FR.showDialog(sty.title,sty.width,sty.height,$iframe,0);