拿走,嘎嘎
JS实现点击超链打开对话框报表并传参-
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", "https://www.baidu.com");
var o = {
title:"iframe子窗口" ,
width : 400,height: 400};
FR.showDialog(o.title, o.width, o.height, $iframe,o);