Computing.Net > Forums > Web Development > Re: Reload other page from popup

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Re: Reload other page from popup

Reply to Message Icon

Name: antad6
Date: April 6, 2009 at 09:14:20 Pacific
OS: Macintosh
Subcategory: Javascript/Ajax
Comment:

This post is referring an older post titled "Reload other page from popup window" with the question "how do i refresh a window from a popup window?"

The following works great in Safari even after embedding it into my Flash movie:

on (release) {

getURL("javascript:window.parent.opener.document.location.href='/about/index.php'");
}

The URL loads into the parent window as needed. Back in the child window, however, the phrase "about/index.php" is turned into text and replaces my entire Flash movie. This occurs in Firefox (mac and pc) and IE.

How do I get Firefox and IE to respond correctly like Safari?



Sponsored Link
Ads by Google

Response Number 1
Name: Radix-64
Date: April 6, 2009 at 12:21:28 Pacific
Reply:

Hi, have you also tested it using the full URL

For example:

on (release) {

getURL("javascript:window.parent.opener.document.location.href='http://www.yourwebsiteaddressURL/about/index.php'");
}


0

Response Number 2
Name: antad6
Date: April 6, 2009 at 13:26:57 Pacific
Reply:

I have tested with absolute urls, yes. Same result,
unfortunately :(


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Re: Reload other page from popup

Reload other page from popup window www.computing.net/answers/webdevel/reload-other-page-from-popup-window/1762.html

How to redirect on new page from closing popu www.computing.net/answers/webdevel/how-to-redirect-on-new-page-from-closing-popu/4210.html

Links to Other Pages www.computing.net/answers/webdevel/links-to-other-pages/1554.html