G
Guest
i have two frames and when a link in the left frame is clicked want to have
the right frame for the link to open in.
i have been told to select the target, but there is not an option to do
this in the pull down menu.
i have a few hyperlinks in the left frame that work ok and open in the right
frame when clicked but the pull down menu does not do the same.
below is part of my html of the pull down menu
any ideas how to get the right frame to show what is selected in the pull
down in the left frame?
thank you inadvance for you help.
Jason
<!--webbot bot="Validation" b-disallow-first-item="TRUE" --><select
size="1" name="D1" onChange=location=value>
<option selected>Select a page on our site</option>
<option value="http://www.sitename.co.uk/helppage.htm">
HELP</option>
<option value="http://www.sitename.co.uk/activities.htm">
Activities</option>
<option value="http://www.sitename.co.uk/Suggestions.htm">
Ask the board a Question</option>
<option
value="http://www.sitename.co.uk/please_select_a_year_for_agenda.htm">
View previous meetings
</option>
<option value="http://www.sitename.co.uk/constitution.htm">
View our Constitution
</option>
</select>
the right frame for the link to open in.
i have been told to select the target, but there is not an option to do
this in the pull down menu.
i have a few hyperlinks in the left frame that work ok and open in the right
frame when clicked but the pull down menu does not do the same.
below is part of my html of the pull down menu
any ideas how to get the right frame to show what is selected in the pull
down in the left frame?
thank you inadvance for you help.
Jason
<!--webbot bot="Validation" b-disallow-first-item="TRUE" --><select
size="1" name="D1" onChange=location=value>
<option selected>Select a page on our site</option>
<option value="http://www.sitename.co.uk/helppage.htm">
HELP</option>
<option value="http://www.sitename.co.uk/activities.htm">
Activities</option>
<option value="http://www.sitename.co.uk/Suggestions.htm">
Ask the board a Question</option>
<option
value="http://www.sitename.co.uk/please_select_a_year_for_agenda.htm">
View previous meetings
</option>
<option value="http://www.sitename.co.uk/constitution.htm">
View our Constitution
</option>
</select>