按钮点击事件
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder='0'>"); // iframe参数的命名及宽高等
$iframe.attr("src", "模板路径&op=write");//op=write表示用填报预览
var o = {
title: "填报",
width: 600,
height: 300,
top:-300px,
left:-300px,
//closable:true, //是否显示关闭按钮,默认true
//confirm:true, //是否添加确认取消按钮,默认false
//draggable:true //是否可拖动,默认true
};
FR.showDialog(o.title, o.width, o.height, $iframe, o); //弹出对话框
$(".fr-core-panel-title").eq(0).css({"color":"red","font-family":"microsoft yahei","font-size":"14px","text-align":"center"}) ; //窗体标题颜色大小居中