淘宝首页中央有一张很明显的图片,点击右下方的数字就能显示另一张图片,点击图片便会进入链接中,怎么做

 我来答
knx22491
2011-01-14 · TA获得超过1079个赞
知道小有建树答主
回答量:971
采纳率:0%
帮助的人:760万
展开全部
用上这个代码
<script>
var widths=750; //图片宽度
var heights=300; //图片高度;
var counts=6; //图片数量;
img1=new Image ();img1.src='image/1.jpg'//图片地址1;
img2=new Image ();img2.src='image/2.jpg'//图片地址2;
img3=new Image ();img3.src='image/3.jpg'//图片地址3;
img4=new Image ();img4.src='image/4.jpg'//图片地址4;
img5=new Image ();img5.src='image/5.jpg'//图片地址5;
img6=new Image ();img6.src='image/6.jpg'//图片地址5;
url1=new Image ();url1.src='#'//网页地址1;
url2=new Image ();url2.src='#'//网页地址2;
url3=new Image ();url3.src='#'//网页地址3;
url4=new Image ();url4.src='#'//网页地址4;
url5=new Image ();url5.src='#'//网页地址5;
url6=new Image ();url6.src='#'//网页地址5;
//网页地址
var nn=1;
var key=0;
function change_img()

else if(document.all)

eval('document.getElementById("pic").src=img'+nn+'.src');
eval('document.getElementById("url").href=url'+nn+'.src');
for (var i=1;i<=counts;i++)
document.getElementById("xxjdjj"+nn).className='bxx';
nn++;if(nn>counts)
tt=setTimeout('change_img()',3000);} //图片切换速度;
function changeimg(n)
document.write('<style>');
document.write('.axx');
document.write('a.axx:link,a.axx:visited');
document.write('a.axx:active,a.axx:hover');
document.write('.bxx');
document.write('a.bxx:link,a.bxx:visited');
document.write('a.bxx:active,a.bxx:hover');
document.write('</style>');
document.write('<div style="width:'+widths+'px;height:'+heights+'px;overflow:hidden;text-overflow:clip;">');
document.write('<div><a id="url"><img id="pic" style="border:0px;filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward)" width='+widths+' height='+heights+' /></a></div>');
document.write('<div style="filter:alpha(style=1,opacity=10,finishOpacity=80);background: #888888;width:100%-2px;text-align:right;top:-12px;position:relative;margin:1px;height:12px;padding:0px;margin:0px;border:0px;">');
for(var i=1;i<counts+1;i++)
document.write('</div></div>');
change_img();
</script>
ytkalakala
2011-01-14
知道答主
回答量:7
采纳率:0%
帮助的人:0
展开全部
想看哪个先点哪个数字就行了啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式