点击事件添加以下JS代码,这个很简单 看着就能改了 希望能帮到你!
//按钮打开iframe对话框:
var $iframe = $("
$iframe.attr("src", "${servletURL}?reportlet=账号权限类/会议取消.cpt&op=write");
var o = {
title : "这里填写你的标题",
width : 730,
height: 170
};
FR.showDialog(o.title, o.width, o.height, $iframe,o); //首先弹出对话框