摘要: function Open() { var strUrl="default.html?rnd="+Math.random().toString(); var go=window.showmodalDialog(strUrl,null,"dialogheight:88px;dialogwidth:88px;"); } 阅读全文
posted @ 2016-03-31 16:55 来一瓶三鹿 阅读(195) 评论(0) 推荐(0) 编辑
摘要: function Close(){ window.opener = null; window.open('', '_self'); window.close(); } 阅读全文
posted @ 2016-03-31 16:35 来一瓶三鹿 阅读(145) 评论(0) 推荐(0) 编辑