弹窗的话,这么写
点击事件
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", FR.cjkEncode("${servletURL}?viewlet=aa/BaseInfo/Organization_New.cpt&op=write"+"&zuzhicode="+zuzhicode));
var o = {
title : "新增内容",
width : 800,
height: 400
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);