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!
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!