Mr. Crash:
Thank you for your expedient response! Please see the following scrpt:
Header:
<script language="JavaScript">
<!--
function gotoLink(form) {
var OptionIndex=form.ListBoxURL.selectedIndex;
parent.location = form.ListBoxURL.options[OptionIndex].value;}
//-->
</script>
Body:
<select name="ListBoxURL" size="1" language="javascript" onchange="gotoLink(this.form);">
<option value="http:\\
www.irwin.army.mil\default.htm">Test</option>
<option value="URL #2.htm">Place 2 </option>
<option value="URL#3.htm">Place 3 </option>
<option selected> -- Select to Jump -- </option>
</select>