Forum Moderators: open
now i had normal, non-spiderable dropdownlist, the list items gets spidered ok just not the link, so is there any problem with the following, it seems to work ok:
<select id="gowhere" onchange="go(this)">
<option>-Select location-
<option value="page1.html"><a href="page1.html">Link name</a>
etc
etc
as opposed to
<select id="gowhere" onchange="go(this)">
<option>-Select location-
<option value="page1.html">Link name
cheers :)