Nested windows reload question

R

Raffi

Our application has a main window (call it window_1) which opens a
popup to display application data (call it window_2). This popup in
turn opens a 3rd popup with additional application data (call it
window_3). This 3rd popup window should reload window_1 when it loads
without reloading window_2.

I've tried all the standard methods without success. I'd appreciate any
help anyone can offer.

Thanks,
Raffi
 
M

marss

Raffi said:
Our application has a main window (call it window_1) which opens a
popup to display application data (call it window_2). This popup in
turn opens a 3rd popup with additional application data (call it
window_3). This 3rd popup window should reload window_1 when it loads
without reloading window_2.

I've tried all the standard methods without success. I'd appreciate any
help anyone can offer.

Thanks,
Raffi

Try this in third window:
window.opener.opener.document.location=window.opener.opener.document.location
 
R

Raffi

marss said:
Try this in third window:
window.opener.opener.document.location=window.opener.opener.document.location

Great. This does exactly what I need.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top