Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: [DHTML] Menu on top of frameset

  1. #11
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default Updated

    Site updated oct. 24th, oct. 25th.
    Bookmark button displays name of main frame's page now (if page is not external).
    Buttons for bookmarking / printing / correcting URL hide when viewer sees an external page in the main frame.

    Arie M.
    Last edited by molendijk; 10-25-2007 at 04:57 PM. Reason: update

  2. #12
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Site updated oct. 26th.
    The bookmark button and the bookmark alert are OK now (I had problems with that in preceding versions of the site).

    Arie M.

  3. #13
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Site updated oct. 28th, 29th.
    All functions and other 'activities' are in index.html now, except for the script that must be put in all frameset's pages in order for the enframed pages to show within their frameset. Also, some onload- and onunload instructions must remain part of the main frame's pages ('page1.htm' and 'page2.html').
    The fact that almost everything can be controlled in 'index.html' makes it very easy to maintain the site.

    Arie M.
    Last edited by molendijk; 10-29-2007 at 09:58 PM. Reason: corrections

  4. #14
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Site updated oct. 31th., nov.2nd.
    More info and how-to's added.

    Arie M.
    Last edited by molendijk; 11-01-2007 at 11:39 PM. Reason: Corrections. More how-to's

  5. #15
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    The technique used for this site has also been applied here.
    Apparently, the issue on how to have the menu(s) on top of the frameset depends on the nature of the menu: listmenu or simple anchor menu (Anylink) vs purely javascript (Twinhelix Cascading Menu). In the latter case, loading a file in the main frame requires 'parent.ifr.main' as the goal of the link ('ifr' being the name of the fulscreen iframe that loads the frameset).

    Arie M.
    Last edited by molendijk; 11-30-2007 at 11:27 AM.

  6. #16
    Join Date
    Apr 2007
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Arie,
    I am unable to access the link that you have posted above to see the code that you are using to cross frames with your menus. I really need to figure out how to do this with the tool tip that I am using at http://www.4x4riders.us/index-frames.html .

    I don't really know anything about javescript at this time and I am trying to get this site finished so that I can take the time to start reasing and learning Javascript.

    Any help would greatly be appreciated.

    Thanks,
    gknight

  7. #17
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Hello gknight,
    The server is down at the moment. Here's another address for the site:
    http://molendijk.110mb.com/dynamic/

  8. #18
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Gknight,
    Make something like this and you'll see what I mean:

    Code:
    <html>
    
    <body style="overflow:hidden;margin:0;padding:0">
    
    <iframe src="index-frames.html" style="position:absolulte;left:0;top:0;width:100%;height:100%;width:100%" frameborder="0">
    </iframe>
    <div style="position:absolute; left:20px; top:100px; width:300px; height:75px; background:#dedede;border:2px dashed red">This could be your tooltip</div>
    
    </body>
    
    </html>
    Arie Molendijk.

  9. #19
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey Arie - Thanks! I never needed to do this before and banged my head trying to find a solution. I have to pull an external page into a frameset but need some complex navigation that I could control. This is brilliant.

    Do you think that this is still the best way when forced to use a frameset?

    Thanks!

  10. #20
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Quote Originally Posted by jgl View Post
    Do you think that this is still the best way when forced to use a frameset?
    It would be better not to use framesets at all. But there are cases in which it seems hard to do without them. In those cases, I think that this is the best way indeed to do it: a dynamic frameset included in a iframe.
    ===
    Arie.

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
  •