zoukankan
html css js c++ java
随机切换广告图片
代码如下:
<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
查看全文
相关阅读:
U1
std::vector的内存释放
(转)浅谈PostgreSQL的索引
PostgreSQL的generate_series函数应用
linux 里的`反引号
wireshark抓取本地回环数据包
linux shell中 if else以及大于、小于、等于逻辑表达式介绍
c++利用互斥锁实现读写锁
c++互斥锁的实现
大小端,"字节序"
原文地址:https://www.cnblogs.com/Dicky/p/194366.html
最新文章
@Modifying 注解完成修改操作
5.POST中文乱码解决方案
4.Spring Web MVC处理请求的流程
3.HelloWorld
2.Spring Web MVC的优势
1.Spring Web MVC有什么
IntelliJ IDEA 常用设置讲解3
IntelliJ IDEA 常用设置讲解2
IntelliJ IDEA 常用设置讲解1
数据库管理工具介绍
热门文章
重构讲解
CERC2017 F: Faulty Factorial 简单数论题
win10 解决“ 'g++' 不是内部或外部命令,也不是可运行的程序或批处理文件”的问题
L2-029 特立独行的幸福 (25 分)
L2-032 彩虹瓶 (25 分)
字符串函数
字符串模拟
判断字符
U2
安装完后重启黑屏
Copyright © 2011-2022 走看看