⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 right.js

📁 一个功能很全面的设计网站,可以作为工作室、个人主页、技术网站等
💻 JS
字号:
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=500:imgheight=0
window.screen.width>800 ? imgright=5:imgright=5
function threenineload()
{
if (navigator.appName == "Netscape")
{document.threenine.pageY=pageYOffset+window.innerHeight-imgheight;
document.threenine.pageX=imgright;
threeninemove();
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
threeninemove();
}
}
function threeninemove()
{
if(document.ns)
{
document.threenine.top=pageYOffset+window.innerHeight-imgheight
document.threenine.right=imgright;
setTimeout("threeninemove();",80)
}
else
{
threenine.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
threenine.style.right=imgright;
setTimeout("threeninemove();",80)
}
}

function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)



if (navigator.appName == "Netscape")
{document.write("<layer id=threenine top=330 width=110 height=350><iframe src='ad1.asp' width='110' height='350' scrolling='no' frameborder='0'></iframe></layer>");
threenineload()}
else
{
document.write("<div id=threenine style='position: absolute;width:110;height:350;top:330;visibility: visible;z-index: 100'><iframe src='ad1.asp' width='110' height='350' scrolling='no' frameborder='0'></iframe></div>");
threenineload()
}

/*
if (navigator.appName == "Netscape")
{document.write("<layer id=threenine top=300 width=64 height=80><a href='http://union.shd.com.cn/?unionname= redriver' target=_blank><img src=/link/shd.gif border=0></a></layer>");
threenineload()}
else
{
document.write("<div id=threenine style='position: absolute;width:64;top:300;visibility: visible;z-index: 100'><a href='http://union.shd.com.cn/?unionname= redriver' target=_blank><img src=/link/shd.gif border=0></a></div>");
threenineload()
}
*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -