求高手改网页代码!

来源:百度知道 编辑:UC知道 时间:2024/05/04 20:55:39
这是一个带链接的网页图片变化效果 我要改的就是去掉链接 使得鼠标放在图片上都不能点(不成手指状态)代码如下:<script>
var widths=800;
var heights=600;
var counts=6;
img1=new Image ();img1.src='image/01.jpg';
img2=new Image ();img2.src='image/02.jpg';
img3=new Image ();img3.src='image/03.jpg';
img4=new Image ();img4.src='image/04.jpg';
img5=new Image ();img5.src='image/05.jpg';
img6=new Image ();img6.src='image/06.jpg';
url1=new Image ();url1.src='http://www.webjx.com';
url2=new Image ();url2.src='http://www.webjx.com';
url3=new Image ();url3.src='http://www.webjx.com';
url4=new Image ();url4.src='http://w

<script>
var widths=800;
var heights=600;
var counts=6;
img1=new Image ();img1.src='image/01.jpg';
img2=new Image ();img2.src='image/02.jpg';
img3=new Image ();img3.src='image/03.jpg';
img4=new Image ();img4.src='image/04.jpg';
img5=new Image ();img5.src='image/05.jpg';
img6=new Image ();img6.src='image/06.jpg';
//webjx.com
var nn=1;
var key=0;
function change_img()
{if(key==0){key=1;}
else if(document.all)
{document.getElementById("pic").filters[0].Apply();document.getElementById("pic").filters[0].Play(duration=2);}
eval('document.getElementById("pic").src=img'+nn+'.src');
for (var i=1;i<=counts;i++){document.getElementById("xxjdjj"+i).className='axx';}
document.getElementById("xxjdjj"+nn).className='bxx';
nn++;if(nn>counts)