HTML Code:
<script language="JavaScript">
<!--
function gotoLink(form) {
var whereToGo = form.ListBoxURL.value;
window.open(whereToGo,'','');
}
//-->
</script>
<p align="left"><form name="AutoListBox">
<p><select name="ListBoxURL" size="1" language="javascript" onchange="gotoLink(this.form);">
<option value="connection.htm">Place 1 </option>
<option value="connection.htm">Place 2 </option>
<option value="connection.htm">Place 3 </option>
<option selected>-- Select a show to see the set list --</option>
</select></p>
</form></p>
__________________
Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
|