摘要:
// 设置隐藏属性和改变可见属性的事件的名称 var hidden, visibilityChange; if (typeof document.hidden !== "undefined") { // Opera 12.10 and Firefox 18 and later support hid 阅读全文
摘要:
function closeWindow() { var browserName = navigator.appName; if(browserName == 'Netscape') { var opened = window.open('about:blank','_self'); opened. 阅读全文