A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: popup load popup

  1. #1
    Member
    Join Date
    Jun 2001
    Posts
    43
    What's the trick for getting a popup window to load another popup window in a separate window?
    If I leave parameter blank, it loads in the same window. If I try a blank parameter it's unable to find the file. I've tried to use absolute url and no luck. I'm sure it's something easy, but I'm a bit stumped.... any guidance out there?

    thanks.

  2. #2
    Senior Member
    Join Date
    Apr 2000
    Location
    Northern Ireland
    Posts
    2,146
    If you leave WHAT parameter blank? I assume you're using a javascript function to make the new popup window - if so, you need to make the window reference name different, otherwise each new window will appear in the first one.

    Let me see the script you're using ... that might clarify things a little.

  3. #3
    Member
    Join Date
    Jun 2001
    Posts
    43
    Originally posted by garbage
    If you leave WHAT parameter blank? I assume you're using a javascript function to make the new popup window - if so, you need to make the window reference name different, otherwise each new window will appear in the first one.

    Let me see the script you're using ... that might clarify things a little.
    Sorry for spacing... but I found the script I needed_
    This code does not need any javascript in the html.

    Get URL ("javascript:window.open('http://www.mysite.com','window1','width=420,height=420,to p=0,left=0'); void(0);")

    this opens the new window no problem... thanks for the hint though.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center