【发布时间】:2015-02-14 11:00:07
【问题描述】:
我正在尝试为下拉列表中的每个项目弹出一个图像,以作为视觉辅助和数据准确性
列表代码为:
<P style=font-size:0></P>Accident Code: <BR>
<form name="accident" action="">
<select id='List6' name='List6'>
<option selected>Make a selection</option>
</select>
<select id='List7' name='List7' onchange="getValue3(this.value, this.form['List6'].value,
this.form['List6'].value)">
<option selected ></option>
</select></P>
</form>
【问题讨论】:
-
你遇到了什么错误?
-
对不起,我没有收到错误,我更多的是询问如何在某些列表选择中弹出不同的图像
标签: javascript html image list