Results 1 to 2 of 2

Thread: Getting Accordian menu working with frames

  1. #1
    Join Date
    Nov 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Getting Accordian menu working with frames

    Script : DD Accordion menu
    http://www.dynamicdrive.com/dynamici...enu-glossy.htm


    I think that the above code is exactly what I want … however, I (with my lamentable knowledge of Java), cannot find out how I do the following:-

    I am using frames.
    I am using the accordion menu in the left frame.
    I can’t see how to get the page I want, when clicking on the appropriate menu choice, into the main frame.

    All it does at the moment is load over the accordion menu in my left-hand frame.

    Is there a simple solution please?.
    My main frame is called “frame-main” … novel, don’t you think!

    I have tried altering all sorts of bits and pieces, step by step, but I haven’t stumbled upon the solution yet.

    Any help will be greatly appreciated

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm have you tried just specifying a target attribute inside each of the menu links that point to the name of the target frame in question? For example:

    Code:
    	<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C2/" target="myframe">Vertical CSS Menus</a></li>
    The menu links are just ordinary HTML, so getting them to target a specific frame is no different than doing so for any link.

    More info here: http://htmlhelp.com/faq/html/frames.html#frame-target
    DD Admin

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
  •