Hi,
The following list box appears on a page that is within a frameset. All other links on the page stay within bordering frames (without the need for target) but the pages linked to in this(straight, 3leg etc) do not. Basically I want them to target to a specific frame - anybody know how?
Thanks in advance, Ben
<form name="AutoListBox">
<p><select name="ListBoxURL" size="1" language="javascript" onchange="gotoLink(this.form);">
<option value="straight.htm">Straight</option>
<option value="screen_order.htm">Spread</option>
<option value="3leg.htm">3 Leg</option>
</select></p>
<script language="JavaScript">
</script>
</form>