js下拉框改变图像问题
非常感谢大家对我的解答。在这里我遇到这样的问题:我想用JS让下拉框改变时相应的图像发生改变。如下是我写的一道小程序。但我测试时问题遇到问题,我看了很都没发现问题。希望大家...
非常感谢大家对我的解答。
在这里我遇到这样的问题:我想用JS让下拉框改变时相应的图像发生改变。如下是我写的一道小程序。但我测试时问题遇到问题,我看了很都没发现问题。希望大家能帮下我。谢谢!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
</head>
<body>
<script language="javascript">
function showImage(){
document.im.src="easymsg1.0/easymsg1.0/images/face/"+document.myForm.sell.options[document.myForm.selectedIndex].value+".gif";}
</script>
<table>
<form action="" method="POST" name="myForm" id="myForm">
<tr>
<td><select name="sell" id="sell" onchange="showImage()">
<option value="01">请选择头像</option>
<option value="01">01</option>
<option value="02">02</option>
</select></td>
<td><img src="easymsg1.0\easymsg1.0\images\face\01.gif" id="im" name="im"</td>
</tr>
</form>
</table>
</body>
</html> 展开
在这里我遇到这样的问题:我想用JS让下拉框改变时相应的图像发生改变。如下是我写的一道小程序。但我测试时问题遇到问题,我看了很都没发现问题。希望大家能帮下我。谢谢!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
</head>
<body>
<script language="javascript">
function showImage(){
document.im.src="easymsg1.0/easymsg1.0/images/face/"+document.myForm.sell.options[document.myForm.selectedIndex].value+".gif";}
</script>
<table>
<form action="" method="POST" name="myForm" id="myForm">
<tr>
<td><select name="sell" id="sell" onchange="showImage()">
<option value="01">请选择头像</option>
<option value="01">01</option>
<option value="02">02</option>
</select></td>
<td><img src="easymsg1.0\easymsg1.0\images\face\01.gif" id="im" name="im"</td>
</tr>
</form>
</table>
</body>
</html> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询