发段图片改变的Javascript(来自升华paperframe)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language='javascript'>
isns = navigator.appName == "Netscape";
//定义播放图片张数
img1=new Image()
img2=new Image()
//img3=new Image()
//img4=new Image()
//img5=new Image()

//图片路径、文件名
img1.src='paperimages/001.jpg'

img2.src='paperimages/002.jpg'

img3.src='paperimages/003.jpg'

img4.src='paperimages/004.jpg'

img5.src='paperimages/005.jpg'

nn=1
function change_img()
{
eval('document.pic.src=img'+nn+'.src');

nn++;
if(nn>2) nn=1
if(!isns)
{
if(pic.filters.item(0).Transittion==23)
pic.filters.item(0).Transition=1;else
pic.filters.item(0).transition++;
pic.filters.item(0).apply()
pic.style.visibility='visible'
pic.filters.item(0).play()
setTimeout("pic.style.visibility='hidden'",4000);
}
else
document.pic.visibility='visible'
tt=setTimeout('change_img()',4000)
}

function imglink(){

if(nn==2){
window.open('http://www.54sh.com','_blank');

}
if(nn==1){
window.open('http://www.fairall.cn','_blank');

}
if(nn==3){
window.open('http://www.126.com','_blank');

}
if(nn==4){
window.open('http://www.sina.com','_blank');

}
if(nn==5){
window.open('http://www.baidu.com','_blank');

}


}
</script>

<style type="text/css">
<!--
body {
 margin-left: 0px;
 margin-top: 0px;
}
-->
</style></head>

<body οnlοad="change_img();">

<table width="326" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <th scope="col"><img src="images/001.jpg" name="pic" width="326" height="155" border="0" id="pic" style='visibility:hidden;filter:revealtrans(duration=2,transition=12)' onClick="imglink()"></a></th>
  </tr>
</table>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值