📄 nb555.js
字号:
function nb555_fav(){
if (document.all)
{window.external.addFavorite(document.location.href,document.title);}
else if (window.sidebar)
{window.sidebar.addPanel(document.title,document.location.href,"");}
}
function nb555_home(obj){
obj.style.behavior="url(#default#homepage)";
obj.setHomePage("http://www.nb555.com");
}
function nb555_banner(){
document.write('<iframe width="760" height="90" src="http://www.91yishuqianming.cn/760x90_1.html?aid=8412" frameborder="0" scrolling="no"></iframe>')
}
function nb555_left(){
document.write('<iframe width="160" height="600" src="http://www.qling.com/code/160x600_1.html?aid=8412" frameborder="0" scrolling="no"></iframe>')
}
function windowOpenCenter( href, width, height, flag){
var ex;
try {
var left = ( screen.width - width ) / 2, top = ( screen.height - height ) / 2, param = 'resizable=0, scrollbars=0, width=' + width + ', height=' + height + ', left=' + left + ', top=' + top;
if (flag == 1) param += ',location=1';
window.open( href, '_blank', param );
return false;
} catch( ex ) {
return false;
}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -