|
-
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.
-
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.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|