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
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:
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?
Summary: If the frame you want to refresh is the same one that initiated the popup, then you can use this: window.opener.document.location.href="PageToRefres.htm"; You can change (or refresh) the parent window...
Summary: Hi all, I have a aspx page on which there is one button & on that I write the code in javascript to open a input popup box. I want some functionality that in which when I will close the popup & it...