Results 1 to 3 of 3

Thread: DHTML Window inside frame

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

    Default DHTML Window inside frame

    1) Script Title:
    DHTML Window widget

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...ndow/index.htm

    3) Describe problem:

    I am using the popup window widget inside the table.html of this frameset structure:

    <frameset rows="220px,*,50px">
    <frame src="textframes.html" name="text" />
    <frameset cols="220px,*">
    <frame src="sidebar.html" name="sidebar" />
    <frame src="table.html" name="table" />
    </frameset>
    <frame src="definitions.html" name="definitions" />
    </frameset>

    The popup works fine, but it pops up inside and is restricted to the "table" frame. Is it possible to make it popup over the frameset structure? Maybe a new window popup?

    Sam

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

    Default

    There is no way for the DHTML window to hover over the frame it's contained within unfortunately. People forget the window is just a simulation using DIV tags, and cannot venture outside the document it's in.

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

    Default

    That's not quite true. You can have divs on top of a frameset, see here.

    Arie Molendijk.

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
  •