PDA

View Full Version : Change a select box into links.


djmetric
08-06-2005, 10:26 AM
Hi folks,

I'm trying to change the contents of a select box to be a list of links (clickable options). Below is the code for the select box I have....

<select style="width:250;" name="new1" id="new1" onChange="showimage('12', 'new1')">
<option price="0" name="images/nosel.jpg" model="" value="Please Select"SELECTED>Please Select <option price="29.0000" name="images/badger.jpg" model="523" value="Badger">Badger +29<option price="200.0000" name="images/lynx.jpg" model="534" value="LYNX">LYNX +200</select>

I hope I'm not being too criptic. Thanks!

SubEffect
08-06-2005, 06:20 PM
I don't understand. If you want the options to be links then the onChange event has to alter the location of something, no?
Eg
<select name="selecter" onChange="display_window.location='newlocation.html">