📄 新建 文本文档 (2).txt
字号:
<script>
//左边贴底浮动
var imgheight = 100;
var imgleft=10;
document.ns = navigator.appName == "Netscape";
function LeftMoveload()
{
if (navigator.appName == "Netscape")
{
document.LeftMove.pageY=pageYOffset+window.innerHeight-imgheight;
document.LeftMove.pageX=imgleft;
InLeftMove();
}
else
{
LeftMove.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
LeftMove.style.left=imgleft;
InLeftMove();
}
}
function InLeftMove()
{
if(document.ns)
{
document.LeftMove.top=pageYOffset+window.innerHeight-imgheight;
document.LeftMove.left=imgleft;
setTimeout("InLeftMove();",5)
}
else
{
LeftMove.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
LeftMove.style.left=imgleft;
setTimeout("InLeftMove();",5)
}
}
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)
function showAd(ImageUrl, ImageName, iWidth, iHeight)
{
var str, pos;
if (ImageUrl!="")
{
//image not played by adverisement system
str = /.swf/;
pos = ImageUrl.search(str);
if (pos==-1)
document.write("<img src=\'", ImageUrl, "\' border=0>");
else
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" height=", iHeight, " width=", iWidth,">\n<param name=movie value=\'", ImageUrl,"\'>\n<param name=quality value=high>\n\n</object>");
}
else if (ImageName!="")
{
//image played by adverisement system
str = /.swf/;
pos = ImageName.search(str);
if (pos==-1)
document.write("<img src=\'", ImageName, "\' border=0>");
else
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" height=", iHeight, " width=", iWidth,">\n<param name=movie value=\'", ImageName,"\'>\n<param name=quality value=high>\n\n</object>");
}
}
if (navigator.appName == "Netscape")
{
document.write("<layer id=LeftMove top=300 width=64 height=80><a href='","http://www.eiser.net/sw_qq_movie_float.htm","' border='0' target=_blank>");
showAd('', 'http://adsfile.qq.com/web/f-sony0421.gif', '80', '80');
document.write("</a></layer>");
LeftMoveload();
}
else
{
document.write("<div id=LeftMove style='position: absolute;width:64;top:300;visibility: visible;z-index: 1'><a href='","http://www.eiser.net/sw_qq_movie_float.htm","' target=_blank>");
showAd('', 'http://adsfile.qq.com/web/f-sony0421.gif', '80', '80');
document.write("</a></div>");
LeftMoveload();
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -