SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Sep 13, 2006, 09:51 #1
Popup window with iframe needing to talk to parent page
I have a popup window that used to have links on it that would update the page that called the popup window using:
opener.location='whatever_page.php';
but then with a list getting so long I had to create an iframe in the popup window with those links in it. So now how do I get the iframe links to update the page the called the popup window?
-
Sep 14, 2006, 07:44 #2
-
Sep 14, 2006, 14:10 #3
- Join Date
- Aug 2006
- Posts
- 18
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
try parent.opener.location='whatever_page.php';
Bookmarks