标签:
function CloseWebPage(){
if (navigator.userAgent.indexOf("MSIE") > 0) {
if (navigator.userAgent.indexOf("MSIE 6.0") > 0) {
window.opener = null;
window.close();
} else {
window.open(‘‘, ‘_top‘);
win(www.111cn.net)dow.top.close();
}
}
else if (navigator.userAgent.indexOf("Firefox") > 0) {
window.location.href = ‘about:blank ‘;
} else {
window.opener = null;
window.open(‘‘, ‘_self‘, ‘‘);
window.close();
}
}from:http://www.111cn.net/wy/js-ajax/50225.htm
标签:
原文地址:http://www.cnblogs.com/easyJob/p/4615586.html