Results 1 to 2 of 2

Thread: help with Switch menu please!

  1. #1
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help with Switch menu please!

    I have created a site with three frames, one for header navigation and content area. I have put the switch menu in the navigation frame but have the following problem. When a link is clicked, it opens in a new window instead of in the content area. i have tried changing the target to the correct frame but it does not help.

    Is there a problem with running this menu in a frame?

    here's the files:
    index

    navigation

    what it links to

    at the moment only the first link works. go to 'the club' and test the first link. should open in the right frame but it doesnt!

    any help much appreciated!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Geocities often presents problems for scripts and for frames due to a number of scripts it inserts on pages it hosts. However, this does not appear to be the problem here. On your frameset page (index.html) where you have:

    HTML Code:
    <frame src="UntitledFrame-2.html" frameborder="no" id="main_frame" />
    It should be:

    HTML Code:
    <frame src="UntitledFrame-2.html" frameborder="no" name="main_frame" />
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •