那你这样子的话,tab放什么?就一片空白?还有这是标签,不是控件,点击事件只能点击tab才起作用
试了下,不知道是不是你要的效果
var iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder='0'>"); // 对话框内iframe参数的命名,默认宽高占比是100%,可向下滚动
iframe.attr("src", "${servletURL}?reportlet=/WorkBook1.cpt"); // 给iframe添加src属性
FR.showDialog("500","500", "500",iframe) //弹出对话框
//window.open(encodeURI("${servletURL}?reportlet=/WorkBook1.cpt"));//网页链接