Lets say the combobox contains ACTUAL web addresses

so then you'd have

Code:
in the script itself
<script language="vbscript" event="onclick" for="mycombo">
window.navigate "'" & mycombo.value & "'"
</script>

and for the combo box
Code:
<select id="mycombo">
etc etc etc



DocZaf
{;->