G
Guest
I would like to create a drop down box listing other web sites. Tried some
stuff found on the web but nothing worked so far.
Thanks
stuff found on the web but nothing worked so far.
Thanks
Dan L said:This works for me:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a site...
<option value="http://www.google.com">Google</option>
<option value="http://www.lycos.com">Lycos</option>
<option value="http://www.yahoo.lcom">Yahoo</option>
</select>
</form>
Kathleen said:I would like to create a drop down box listing other web sites. Tried some
stuff found on the web but nothing worked so far.
Thanks
Kathleen said:I would like to create a drop down box listing other web sites. Tried some
stuff found on the web but nothing worked so far.
Thanks
RG at UW said:Dan, can you help me decide where to add the target="_blank" so the link
opens in a new window?
Thanks
Dan L said:This works for me:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a site...
<option value="http://www.google.com">Google</option>
<option value="http://www.lycos.com">Lycos</option>
<option value="http://www.yahoo.lcom">Yahoo</option>
</select>
</form>
Kathleen said:I would like to create a drop down box listing other web sites. Tried some
stuff found on the web but nothing worked so far.
Thanks