Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

keep GotoLink within target Frame ??

Status
Not open for further replies.

WebABen

Programmer
May 18, 2001
9
GB

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=&quot;AutoListBox&quot;>
<p><select name=&quot;ListBoxURL&quot; size=&quot;1&quot; language=&quot;javascript&quot; onchange=&quot;gotoLink(this.form);&quot;>
<option value=&quot;straight.htm&quot;>Straight</option>
<option value=&quot;screen_order.htm&quot;>Spread</option>
<option value=&quot;3leg.htm&quot;>3 Leg</option>
</select></p>
<script language=&quot;JavaScript&quot;>

</script>
</form>
 
well if you don't post the &quot;gotoLink()&quot; function i'm afraid we can't help you - as the code is in it !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top