|
|
#4 (页面定位) |
|
版主
![]() 注册日期: 2005-08-30
住址: 地球
帖子: 12513
![]() |
谁帮我改改,我想点击一次就换下一张图片,我这个只能点击一次
<script type="text/javascript"> <!-- function foto (welke) { if (document.getElementById) { document.getElementById('screenshot').src = welke.href; return false; } } --> </script> <a onclick="return foto(this)" href="2.jpg" title=""><img id="screenshot" src="1.jpg" alt="" /></a> |
|
|
|
|
|
#5 (页面定位) |
|
不学无术
![]() ![]() ![]() ![]() 注册日期: 2006-02-05
住址: 地狱18层
帖子: 7778
![]() |
你有很多张图片要换?
PHP 代码:
|
|
|
|