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

📄 swindow.htm

📁 最全的JS大全,希望大家喜欢.收录于网络.收录于网络.最全的JS大全,希望大家喜欢.
💻 HTM
字号:

<html> 

<head> 
<meta http-equiv="Content-Language" content="zh-cn"> 
<STYLE>.intro { 
BACKGROUND-COLOR: green; BORDER-BOTTOM: green 0px solid; BORDER-LEFT: green 0px solid; BORDER-RIGHT: green 
0px solid; BORDER-TOP: green 0px solid; LEFT: 0px; POSITION: absolute; TOP: 0px; layer-background-color: 
green 
} 
</STYLE> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> 
<meta name="ProgId" content="FrontPage.Editor.Document"> 
<title>欢迎光临网页作坊</title> 
</head> 

<body> 
<DIV class=intro id=p1></DIV> 
<DIV class=intro id=p2></DIV> 
<DIV class=intro id=p3></DIV> 
<DIV class=intro id=p4></DIV> 
<DIV class=intro id=p5></DIV> 
<DIV class=intro id=p6></DIV> 
<DIV class=intro id=p7></DIV> 
<DIV class=intro id=p8></DIV> 
<DIV class=intro id=p9></DIV> 
<DIV class=intro id=p10></DIV> 
<DIV class=intro id=p11></DIV> 
<DIV class=intro id=p12></DIV> 
<DIV class=intro id=p13></DIV> 
<DIV class=intro id=p14></DIV> 
<DIV class=intro id=p15></DIV> 
<DIV class=intro id=p16></DIV> 
<DIV class=intro id=p17></DIV> 
<DIV class=intro id=p18></DIV> 
<DIV class=intro id=p19></DIV> 
<DIV class=intro id=p20></DIV> 
<DIV class=intro id=p21></DIV> 
<DIV class=intro id=p22></DIV> 
<DIV class=intro id=p23></DIV> 
<DIV class=intro id=p24></DIV> 
<DIV class=intro id=p25></DIV> 
<SCRIPT> 
var espeed=300 
var counter=1 
var temp=new Array() 
var temp2=new Array() 


if (document.layers){ 
for (i=1;i<=25;i++){ 
temp[i]=eval("document.p"+i+".clip") 
temp2[i]=eval("document.p"+i) 
temp[i].width=window.innerWidth/5 
temp[i].height=window.innerHeight/5 
} 

for (i=1;i<=5;i++) 
temp2[i].left=(i-1)*temp[i].width 

for (i=6;i<=10;i++){ 
temp2[i].left=(i-6)*temp[i].width 
temp2[i].top=temp[i].height 
} 

for (i=11;i<=15;i++){ 
temp2[i].left=(i-11)*temp[i].width 
temp2[i].top=2*temp[i].height 
} 

for (i=16;i<=20;i++){ 
temp2[i].left=(i-16)*temp[i].width 
temp2[i].top=3*temp[i].height 
} 

for (i=21;i<=25;i++){ 
temp2[i].left=(i-21)*temp[i].width 
temp2[i].top=4*temp[i].height 
} 

} 

function erasecontainerns(){ 
window.scrollTo(0,0) 
var whichcontainer=Math.round(Math.random()*25) 
if (whichcontainer==0) 
whichcontainer=1 
if (temp2[whichcontainer].visibility!="hide") 
temp2[whichcontainer].visibility="hide" 
else{ 
while (temp2[whichcontainer].visibility=="hide"){ 
whichcontainer=Math.round(Math.random()*25) 
if (whichcontainer==0) 
whichcontainer=1 
} 
temp2[whichcontainer].visibility="hide" 
} 

if (counter==25) 
clearInterval(beginerase) 

counter++ 
espeed-=10 

} 



if (document.all){ 
var containerwidth=parseInt(document.body.clientWidth/5) 
var containerheight=parseInt(document.body.offsetHeight/5) 

for (i=1;i<=25;i++){ 
temp[i]=eval("document.all.p"+i+".style") 
temp[i].width=containerwidth 
temp[i].height=containerheight 
} 

for (i=1;i<=5;i++) 
temp[i].left=(i-1)*containerwidth 

for (i=6;i<=10;i++){ 
temp[i].left=(i-6)*containerwidth 
temp[i].top=containerheight 
} 

for (i=11;i<=15;i++){ 
temp[i].left=(i-11)*containerwidth 
temp[i].top=2*containerheight 
} 

for (i=16;i<=20;i++){ 
temp[i].left=(i-16)*containerwidth 
temp[i].top=3*containerheight 
} 

for (i=21;i<=25;i++){ 
temp[i].left=(i-21)*containerwidth 
temp[i].top=4*containerheight 
} 
} 

function erasecontainerie(){ 
var whichcontainer=Math.round(Math.random()*25) 
if (whichcontainer==0) 
whichcontainer=1 
if (temp[whichcontainer].visibility!="hidden") 
temp[whichcontainer].visibility="hidden" 

else{ 
while (temp[whichcontainer].visibility=="hidden"){ 
whichcontainer=Math.round(Math.random()*25) 
if (whichcontainer==0) 
whichcontainer=1 
} 
temp[whichcontainer].visibility="hidden" 
} 

if (counter==25){ 
clearInterval(beginerase) 
clearInterval(keeptop) 
} 
counter++ 
espeed-=10 

} 

if (document.layers) 
beginerase=setInterval("erasecontainerns()",espeed) 
else if (document.all){ 
beginerase=setInterval("erasecontainerie()",espeed) 
keeptop=setInterval("window.scrollTo(0.0)",100) 
} 


</SCRIPT> 

<p><font size="7" face="华文彩云" color="#00FF00">欢迎光临网页作坊</font></p> 

</body> 

</html>

⌨️ 快捷键说明

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