|
|||||||
| JavaScript JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...) |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
window.opener.window.opener?
I am trying to do the following:
1) From page A I open up Page B using Javascript 2) If I make an update to Page B I use this command (window.opener.etc.....) to refresh Page A. 3) From Page B I open up Page C 4) If I make an update to Page C I want to refresh Page A... I can't seem to get this working. I'be tried "window.opener.window.opener.etc...." to get Page A to refresh but it doesnt seem to work. Is there a way to reference this first page from Page C? |
|
#2
|
||||
|
||||
|
try window.opener.opener
window.opener doesn't have the window object anymore since that's always top level.
__________________
If you are using PHP please use the [php] and [/php] forum tags for highlighting... The same applies to HTML and the forums [html][/html] tags. |
|
#3
|
|||
|
|||
|
Quote:
Adam |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|