过期作废 发表于 2007-4-27 10:33:00

***综合类***从天而降的浏览器

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>从天而降的浏览器</title>
<script><!--
function drop(n) {
if(self.moveby){
self.moveby (0,-900);
for(i = n; i > 0; i--){
self.moveby(0,3);
}
for(j = 8; j > 0; j--){
self.moveby(0,j);
self.moveby(j,0);

self.moveby(0,-j);
self.moveby(-j,0);
}
}
}
</script>
</head>

<body onload="drop(300)"></body>

</html>

      










--------------------------------------

http://www.huoyue.com.cn 活跃网,活跃人群的论坛,访问活跃网,将给您带来意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是年轻人吗?你活跃你就上!
页: [1]
查看完整版本: ***综合类***从天而降的浏览器