您的位置:首页 > 产品设计 > UI/UE

easyui弹出框在最顶层显示跳出iframe框架js代码

2015-03-11 18:44 423 查看
var html = "<div></div>";
var win = window.top.$(html).appendTo(window.top.document.body);
win.window({
title: " ",
width:500,
height:400,
modal: true,
collapsible:false,
maximized: true,
minimizable:false,
onClose: function(){
win.window('destroy');//关闭即销毁
}
});
win.window('refresh','链接地址');


转载出处:http://blog.csdn.net/javaloverkehui/article/details/8190196
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: