Results 1 to 4 of 4

Thread: Alternative to frames

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

    Default Alternative to frames

    I'm pretty new to constructing webpages, but was introduced to it on the university when we have to learn the really basic html in an IT-subject. I figured out I wanted a bit more advanced webpage when I first got into it, and now I'm stuck in this problem:

    Is there an alternative to frames? I have this dropdown javascript on my menus, but the menus did not continue outside the frame



    On the original page, the dropdown menu continues down in the white textfield below.

    Is there possible to make the white textfield as a frame so new pages from the menu is opened in the textfield? So I don't have to make tons of similar pages with similar codes for the menu bar, and different content in the textfield?

    Appreciate any help!

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

    Default menu continues outside frame

    That's normally the problem with framesets: the menus are stuck within the frame. That's why many people use alternatives to frames.
    There is a way, though, to have menus outside frames, see here.

    Arie Molendijk.

  3. #3
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, I should be able to do that one

    But is there an alternatvie option to frames so that I can get a different content in the "main window" when navigating the menu without making new html-pages with the same html-codes for the dropdown menu? If you catch my drift...

    I use <div class="example"> in my html...

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

    Default

    This thread or this might help.

    Arie M.

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
  •