滚动条不显示 window.form = this.options.form;
var $iframe = $("<iframe id='inp' name='inp' width='400' height='250' scrolling='no' frameborder='0'>");
$iframe.attr("src", "${servletURL}?reportlet=CI_dairiten_add.cpt&op=write&__showtoolbar__=false");
var o = {
title : "代理店新規作成",
width : 400,
height: 250
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);
|
立即参与
最佳回答 |
||||
|
0
|
|
|||
