📄 adleft.js
字号:
var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=210:imgheight=210
window.screen.width>800 ? imgleft=15:imgleft=120
function myload()
{
if (navigator.appName == "Netscape")
{document.myleft.pageY=pageYOffset+window.innerHeight-imgheight;
document.myleft.pageX=imgleft;
leftmove();
}
else
{
myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myleft.style.left=imgleft;
leftmove();
}
}
function leftmove()
{
if(document.ns)
{
document.myleft.top=pageYOffset+window.innerHeight-imgheight
document.myleft.left=imgleft;
setTimeout("leftmove();",80)
}
else
{
myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myleft.style.left=imgleft;
setTimeout("leftmove();",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=myleft top=300 width=80 height=88><a href='http://www.west263.com/index.asp?ads=aspcool' target=_blank><img src=http://www.west263.com/images/westads.gif border=0 width=100 height=100></a><a href='http://ads.1stchina.com/getlink.php3?member=054&url=http://www.1stchina.com/' target=_blank><img src=/1stchina.gif border=0 width=100 height=100></a></layer>");
myload()}
else
{
document.write("<div id=myleft style='position: absolute;width:80;top:300;left:5;visibility: visible;z-index: 1'><a href='http://www.west263.com/index.asp?ads=aspcool' target=_blank><img src=http://www.west263.com/images/westads.gif border=0 width=100 height=100></a><a href='http://ads.1stchina.com/getlink.php3?member=054&url=http://www.1stchina.com/' target=_blank><img src=/ads/1stchina.gif border=0 width=100 height=100></a></EMBED></div>");
myload()
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -