html 中想通过下拉框选择,来变换页面上的图片 15
<tablewidth="730"border="1"><tr><tdwidth="50%"rowspan="2"><imgname="face"/></td><tdwi...
<table width="730" border="1">
<tr>
<td width="50%" rowspan="2"><img name="face" /></td>
<td width="25%" height="100"><img name="face" src="" style="width:100px;height:100px;"></td>
<td width="25%"><img name="face4" src="" style="width:100px;height:100px;"></td>
</tr>
<tr>
<td width="25%"><img name="face2" src="" style="width:100px;height:100px;"></td>
<td width="25%"><img name="face3" src="" style="width:100px;height:100px;"></td></tr>
</table><select name="face" size="1" onChange="document.face.src=options[selectedIndex].value">
<option value="img/1111.jpg">头像1</option>
<option value="img/2222.jpg">头像1</option>
</select>
按照上面的这段代码,只能实现一个图片的变换,我想实现的是,下拉框选一个只,可以五张图片一起变换,有高手会吗??? 展开
<tr>
<td width="50%" rowspan="2"><img name="face" /></td>
<td width="25%" height="100"><img name="face" src="" style="width:100px;height:100px;"></td>
<td width="25%"><img name="face4" src="" style="width:100px;height:100px;"></td>
</tr>
<tr>
<td width="25%"><img name="face2" src="" style="width:100px;height:100px;"></td>
<td width="25%"><img name="face3" src="" style="width:100px;height:100px;"></td></tr>
</table><select name="face" size="1" onChange="document.face.src=options[selectedIndex].value">
<option value="img/1111.jpg">头像1</option>
<option value="img/2222.jpg">头像1</option>
</select>
按照上面的这段代码,只能实现一个图片的变换,我想实现的是,下拉框选一个只,可以五张图片一起变换,有高手会吗??? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询