Results 1 to 4 of 4

Thread: DHTML Window widget (v1.1) - Issue with frames

  1. #1
    Join Date
    Jan 2009
    Location
    India
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DHTML Window widget (v1.1) - Issue with frames

    1) Script Title: DHTML Window widget (v1.1)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/

    3) Describe problem: I am using frames in my project. There are 3 frames in a frame set
    1. left (left navigation)
    2. head (header)
    3. body (body)

    I integrated the DHTML Window widget and put a link in the head frame. when i clicked on the link the popup window shows in the head frame, unfortunately the head frame is having not more that 100PX height.
    Is there any way to show the popup window in the body frame so that it show all the data in it.

    I am using option ajax for 'contenttype'.

    Thanks

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

    Default

    What you can do is install DHTML Window in the BODY frame (the one you want it to show up). Then in your head frame, you can still invoke the DHTML window inside the BODY frame by using the prefix:

    Code:
    parent.bodyframename.openwindow()
    within your JavaScript inside the HEAD frame. bodyframename should be the name of your BODY frame (per <frameset name="whatever">), and openwindow() is the function you're currently using to open the DHTML window.
    DD Admin

  3. #3
    Join Date
    Jan 2009
    Location
    India
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re:DHTML Window widget

    Thanks for your reply.. let me try this

  4. #4
    Join Date
    Jan 2009
    Location
    India
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot DD Admin... that is working fine
    Siva

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
  •