var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); $iframe.attr("src", "${servletURL}?viewlet=/业务报表/物流/原辅包入库取样/取样倒袋记录填报.cpt&date1=$date1&op=write"); var o = {title : "填报界面",width : 1300,height: 800};FR.showDialog(o.title, o.width, o.height, $iframe,o);