frames not working correctly

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>
 
S

Stefan B Rusynko

Nav bars are not recommended w/ frames (you can not individually target them)
I they are just links, right click for hyperlink properties




| 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>
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top