摘要:
一、window.open关闭子页面时刷新父页面window.opener.location.reload();window.opener=null;window.close();二、AJAX返回后window.open不被阻挡1.可以把异步变同步async: false2.异步下处理方法var newwindow=window.open("about:blank"); window.focus(); $.ajax({ url:form.attr('action'), data:form.serialize(), dataType: 'json 阅读全文
posted @ 2013-07-12 12:44
稻草人.Net
阅读(593)
评论(0)
推荐(0)
浙公网安备 33010602011771号