[Javascript] <SELECT value=image???>

tedd tedd at sperling.com
Mon Aug 21 12:38:45 CDT 2006


Hi gang:

Does anyone have any references, or code, where a SELECT tag in a 
html doc can be used to show small images (i.e., thumbnails)?

In other words, instead of having the SELECT tag show different 
*text* options -- have it show *image* options instead?

Something like this:

<SELECT NAME="images">
<OPTION VALUE="a"><img src="a.jpg" alt="" height="84" width="112" 
border="0"><br/>
<OPTION VALUE="b"><img src="b.jpg" alt="" height="84" width="112" 
border="0"><br/>
<OPTION VALUE="c"><img src="c.jpg" alt="" height="84" width="112" 
border="0"><br/>
</SELECT>

Except it would work to show images.

Thanks in advance for any ideas, or suggestions.

tedd
-- 
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com



More information about the Javascript mailing list