runxinzhi.com
首页
百度搜索
随机切换广告图片
代码如下:
<script language=JavaScript> var imgUrl=new Array(); var imgLink=new Array(); var adNum=0; imgLink[0]="Http://Dicky.8800.Org/BBS1"; imgUrl[0]="http://dicky.8800.org/bbs1/UploadFile/2005-7/2005721248396526.gif"; imgLink[1]="http://images.sohu.com/cs/sms/alumni3/minisite/6years/index.html"; imgUrl[1]="http://photocdn.sohu.com/20050706/Img226206155.gif"; imgLink[2]="http://club.chinaren.com/bbs/index.jsp?boardid=11&hotmsgid=9131684"; imgUrl[2]="http://photocdn.sohu.com/20050713/Img226293317.gif"; imgLink[3]="http://club.chinaren.com/bbs/index.jsp?boardid=16&hotmsgid=9580645"; imgUrl[3]="http://photocdn.sohu.com/20050715/Img226320025.jpg"; function playTran(){ if (document.all) imgInit.filters.revealTrans.play(); } function nextAd(){ if(adNum<imgUrl.length-1) adNum++; else adNum=0; if (document.all){ imgInit.filters.revealTrans.Transition=6; imgInit.filters.revealTrans.apply(); playTran(); } document.images.imgInit.src=imgUrl[adNum]; theTimer=setTimeout("nextAd()", 6000); } function goUrl(){ jumpUrl=imgLink[adNum]; jumpTarget='_blank'; if (jumpUrl != ''){ if (jumpTarget != '') window.open(jumpUrl,jumpTarget); else location.href=jumpUrl; } } </script> <span class="img1"><img src="javascript:nextAd()" name=imgInit onclick="goUrl()" width=120 height=160 vspace="1" border=0 style="FILTER: revealTrans(duration=2,transition=20);cursor:hand"></span></A>
[Ctrl+A 全选 提示:你可先修改部分代码,再点运行代码]
青苹果Web应用商店
https://webapp.taobao.com/
PHP/ASP.NET/ASP/UCHOME/DISCUZ! X系列网站开发,详细需求联系
QQ:8511978
相关阅读:
java wait方法
thread join
AtomicReference 原理
exchanger java另一种栅栏
CyclicBarrier 栅栏 原理,应用场景
信号量Semaphore
FutureTask 解析
CountDownLatch
java 双端队列 Deque
lockInterruptibly 和lock 原理
原文地址:https://www.cnblogs.com/Dicky/p/194366.html
最新文章
LDA主题模型
简单封装常用js方法
学习【Web前端开发修炼之道】总结--转载
C#,CLI类型对应关系
字符编码转换(使用windows api)
C#,CLI字符串转换
Dev组合框控件ComboBoxEdit显示风格动态切换
nodejs+mongodb开发学习笔记之第一篇-开发环境的搭建
2014年,给自己的小计划
web前端的收藏博文
热门文章
2013再见,2014,在路上
struts2学习记录
sql server 日期
struts2+jsp+hiberbate 双重遍历
表格单元格内容过多的解决
100层楼扔两个鸡蛋的问题
数据清洗与规约方法
数据仓库基础知识
drop、truncate和delete的区别
十大经典排序算法最强总结(含JAVA代码实现)
Copyright © 2020-2023
润新知