how to change picture using drop down list ?
Posted
by garcon1986
on Stack Overflow
See other posts from Stack Overflow
or by garcon1986
Published on 2010-05-27T13:41:05Z
Indexed on
2010/05/27
13:51 UTC
Read the original article
Hit count: 170
Hello,
I want to use a drop down list, every time i click the content in it, different pictures will show up. But i don't want to use the property 'value', because i want to use the values for other use.
Example:
<select name='test'>
<option value='1'>1</option>
<option value='2'>2</option>
<option value='3'>3</option>
<option value='4'>4</option>
</select>
How do i accomplish that?
Thanks.
© Stack Overflow or respective owner