📄 duilians.asp
字号:
<SCRIPT FOR='EccoolAd' EVENT='fscommand()' LANGUAGE='javascript'>
AdLayer1.style.visibility='hidden';
AdLayer2.style.visibility='hidden';
</script>
<script>
function initEcAd() {
document.all.AdLayer1.style.posTop = -200;
document.all.AdLayer1.style.visibility = 'visible'
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveLeftLayer('AdLayer1');
MoveRightLayer('AdLayer2');
}
function MoveLeftLayer(layerName) {
var x = 20;
var y = 330;
var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.10;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer('AdLayer1');", 20);
}
function MoveRightLayer(layerName) {
var x = 20;
var y = 330;
var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.10;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
setTimeout("MoveRightLayer('AdLayer2');", 20);
}
document.write("<div id=AdLayer1 style='<%if picpass(5)="no" then%>display:none;<%end if%>position: absolute;z-index:1;cursor:hand' onclick=window.open('<%=piclink(5)%>','_blank')><%if lcase(right(picname(5),3))="swf" then%><embed src='adpic/<%=picname(5)%>' width=80 height=80 quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' scale='noborder'></embed><%else%><img src=adpic/<%=picname(5)%> width=80 height=80 border=0><%end if%></div>"+"<div id=AdLayer2 style='<%if picpass(6)="no" then%>display:none;<%end if%>position: absolute;z-index:1;cursor:hand' onclick=window.open('<%=piclink(6)%>','_blank')><%if lcase(right(picname(6),3))="swf" then%><embed src='adpic/<%=picname(6)%>' width=80 height=80 quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' scale='noborder'></embed><%else%><img src=adpic/<%=picname(6)%> width=80 height=80 border=0><%end if%></div>");
initEcAd()
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -