This is a sample combo box :
The last item in the "value" attribute is an image that is associated with this item. What I'd like to do is, say if the user chose the 'blue' option, have a link appears whereby the user can click to see the image associated with this option. In the case of the 'blue' the image associated is cgsdgoatt.jpg.
How can I do this?
Thanks in advance.
_____________________________
Just Imagine.
Code:
<select name="ffield10">
<option selected="selected" value="red, 333, No, 1, [COLOR=red]finalhopetest.jpg[/color]">red</option>
<option value="blue, 0.00, No, 0.00, [COLOR=red]cgsdgoatt.jpg[/color]">blue</option>
<option value="green, 0.00, No, 0.00, [COLOR=red]somthid.jpg[/color]">green</option>
</select>
The last item in the "value" attribute is an image that is associated with this item. What I'd like to do is, say if the user chose the 'blue' option, have a link appears whereby the user can click to see the image associated with this option. In the case of the 'blue' the image associated is cgsdgoatt.jpg.
How can I do this?
Thanks in advance.
_____________________________
Just Imagine.