<html>
<head>
<script type="text/javascript">
function goHome(){
var isIE = navigator.appName == "Microsoft Internet Explorer";
//alert(isIE);
if(isIE){
window.opener = "";
window.open("","_self");
window.close();
}
else{
/*FF 還要在 about:config 允許腳本腳本關(guān)閉窗口*/
window.close();
}
}
</script>
</head>
<body>
<a href="javascript:void 0;" onclick="goHome()">點我直接關(guān)閉</a>
</body>
</html>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點擊舉報。