如何用js修改img的图片
我的代码是<tablewidth="100%"height="65"border="0"cellpadding="0"cellspacing="0"id="menu"><...
我的代码是
<table width="100%" height="65" border="0" cellpadding="0" cellspacing="0" id="menu">
<tr>
<td align="right" onmouseover="javascript:gopage(1)" id="m1"><img src="images/hh1pic.gif" width="158" height="45" id="img1" /> </td>
<td align="left" onmouseover="javascript:gopage(2)" id="m2"><img src="images/sfpic.gif" width="158" height="45" id="img2" /></td>
</tr>
</table>
js代码是:
function gopage(n)
{
var tag = document.getElementById("menu").getElementsByTagName("td");
var taglength = tag.length;
for (i=1;i<=taglength;i++)
{
document.getElementById("c"+i).style.display='none'
if(i==n){
document.getElementById("c"+n).style.display='';
}
}
}现我如何修改能够修改img1,img2的图片, 展开
<table width="100%" height="65" border="0" cellpadding="0" cellspacing="0" id="menu">
<tr>
<td align="right" onmouseover="javascript:gopage(1)" id="m1"><img src="images/hh1pic.gif" width="158" height="45" id="img1" /> </td>
<td align="left" onmouseover="javascript:gopage(2)" id="m2"><img src="images/sfpic.gif" width="158" height="45" id="img2" /></td>
</tr>
</table>
js代码是:
function gopage(n)
{
var tag = document.getElementById("menu").getElementsByTagName("td");
var taglength = tag.length;
for (i=1;i<=taglength;i++)
{
document.getElementById("c"+i).style.display='none'
if(i==n){
document.getElementById("c"+n).style.display='';
}
}
}现我如何修改能够修改img1,img2的图片, 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |