Results 1 to 2 of 2

Thread: Quick DHTML Window Widget question

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

    Default Quick DHTML Window Widget question

    1) Script Title:
    DHTML Window Widget

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

    3) Describe problem:

    I'm using the Ajax windows within in IFRAME on my page. Is there any way to open up the new window on top of the main page, rather than within the IFRAME? Basically I want it to "pop out" of the frame and be part of the main window.

    Is this possible? I tried changing the target to _top and _blank... no dice.

    Apologies for the noob question. Thanks in advance for any help.

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

    Default

    Hmm if I understood you correctly, no unfortunately. What you're describing is basically a full fledged pop up window then, for example done using:

    Code:
    window.open("http://www.google.com", "", "width=700px, height800px")
    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
  •