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.youkuaiyun.com/javaloverkehui/article/details/8190196