报表块的弹窗,能不能在决策报表,而不是在自己报表块里面.我用找到的下面JS,无法显示cpt报表内容.空白的 var Width=parent.document.body.scrollWidth*0.8; var Height=parent.document.body.scrollHeight*0.8; var url = FR.cjkEncode("${servletURL}?viewlet=test/收件人信息登记.cpt&op=write"); var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='auto' frameborder='0'>"); $iframe.attr("src",url); var o = { title : "收件人信息登记", width : Width, height: Height }; parent.FR.showDialog(o.title, o.width, o.height, $iframe,o); |