热门关键字:  PHP  Cisco  seo  网络广告 虚拟主机 中文域名
当前位置 :| 主页>网页特效>图形图象>

图片幻灯片效果

来源: 作者: 时间:2005-12-31 点击:


<!-- 要实现此效果需要 1 个步骤: -->

<!-- 第 1 步: -->
<!-- 把下面的代码加到<BODY></BODY>区域中: -->

<p align="center"><img name="myPicture" src="images/webasp.net.1.jpg" width="100" height="57">

<script language="JavaScript">

<!--

var myPix = new Array("images/webasp.net.1.jpg","images/webasp.net.2.jpg","images/webasp.net.3.jpg")

var thisPic = 0



function doPrevious() {

if (document.images && thisPic > 0) {

thisPic--

document.myPicture.src=myPix[thisPic]

}

}



function doNext() {

if (document.images && thisPic < 2) {

thisPic++

document.myPicture.src=myPix[thisPic]

}

}

// -->

</script>

<br><small><font face="Verdana"><a href="javascript:doPrevious()">Previous</a> <font

color="#FFFFFF">-</font> <a href="javascript:doNext()">Next</a></font></small>


最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
赞助商连接