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

推荐订阅源

Jina AI
Jina AI
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
M
MIT News - Artificial intelligence
S
SegmentFault 最新的问题
博客园 - 叶小钗
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
U
Unit 42
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - 老保

不要把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()    收藏  举报