惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
量子位
博客园 - 司徒正美
V
V2EX
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
N
Netflix TechBlog - Medium
L
LangChain Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - 老保

不要把MASM32开发环境和MASM汇编器版本搞混了 python获取当前脚本所在目录 python迭代器 mysql 随记 c程序设计语言(第二版) 阅读笔记 九 unix系统IO c程序设计语言(第二版) 阅读笔记 八 文件 c程序设计语言(第二版) 阅读笔记 七 结构和联合 c程序设计语言(第二版) 阅读笔记 六 指针 c程序设计语言(第二版) 阅读笔记 五 变量作用域及变量声明和定义 c程序设计语言(第二版) 阅读笔记 四 函数定义域声明规则 c程序设计语言(第二版) 阅读笔记 三 ANSI C及较早版本函数声明 c程序设计语言(第二版) 阅读笔记 二 变量声明 extern c程序设计语言(第二版) 阅读笔记 一 特点和简介 XMLHttpRequest和W3C DOM备忘 socket 常用的数据结构备忘 笔试题目 NHibernate Configuration和Sessionfactory c# 学习笔记1 (枚举和结构类型和数组) js常用函数
一个很简洁 效果很好的js效果 - 老保 - 博客园
老保 · 2007-09-06 · via 博客园 - 老保

<script language=JavaScript>
<!--
var pic_ar=new Array();
var pic_arlink=new Array();
var adNum=0;
pic_ar[0]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(1).jpg";
pic_ar[1]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03.jpg";
pic_ar[2]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(6).jpg";
pic_ar[3]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(7).jpg";
pic_ar[4]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(8).jpg";
pic_ar[5]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(2).jpg";
pic_ar[6]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(3).jpg";
pic_ar[7]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(4).jpg";
pic_ar[8]="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(5).jpg";
var preloadedimages=new Array();
for (i=1;i<pic_ar.length;i++){
preloadedimages[i]=new Image();
preloadedimages[i].src=pic_ar[i];
}
function setTransition(){
if (document.all){
pic_arrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
pic_arrotator.filters.revealTrans.apply();
}
}
function playTransition(){
if (document.all)
pic_arrotator.filters.revealTrans.play()
}
function nextAd(){
if(adNum<pic_ar.length-1)adNum++ ;
else adNum=0;
setTransition();
document.images.pic_arrotator.src=pic_ar[adNum];
playTransition();
theTimer=setTimeout("nextAd()", 5000);
}
function displayStatusMsg() {
status=pic_arlink[adNum];
document.returnValue = true;
}
//-->
</script>
<p style="text-align:center;text-indent:0"><IMG style="FILTER: revealTrans(duration=2,transition=20);border:1px solid #ccc" height=356 src="http://img1.pclady.com.cn/pclady/0611/07/121157_061107AI03%20(1).jpg" width="500" border="1" name="pic_arrotator"></p>
<script language=JavaScript>nextAd()</script>

posted @ 2007-09-06 10:09  老保  Views(229)  Comments()    收藏  举报