how to reload a frame from a popup

F

Frederic Houbie

Hi,
I have a problem that seems simple, but do not fid how to solve it.

I have a window with 2 frames (A et B). When I click on a link in A, I open
a window. In that window, I have a form and when it's submited, I must come
back to this popup to display things, but I would also like to reload frame
A. How can I do that ? How can I access this frame ?

Thanks

Fred
 
B

Bas Cost Budde

Frederic said:
Hi,
I have a problem that seems simple, but do not fid how to solve it.

I have a window with 2 frames (A et B). When I click on a link in A, I open
a window. In that window, I have a form and when it's submited, I must come
back to this popup to display things, but I would also like to reload frame
A. How can I do that ? How can I access this frame ?

Thanks

Fred
Check the opener property (of window, I think). Recent browsers have
that set to the window/frame issueing window.open()
 
F

Frederic Houbie

great, it's working, thanks

Bas Cost Budde said:
Check the opener property (of window, I think). Recent browsers have
that set to the window/frame issueing window.open()
 
G

Greg

Frederic Houbie said:
Hi,
I have a problem that seems simple, but do not fid how to solve it.

I have a window with 2 frames (A et B). When I click on a link in A, I open
a window. In that window, I have a form and when it's submited, I must come
back to this popup to display things, but I would also like to reload frame
A. How can I do that ? How can I access this frame ?

Thanks

Fred

I'd think that if you were to open a popup from a frame, the opener
property of the popup window would contain a reference to the window
object associated with the parent frame.

Not an expert.

FWIW
 

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
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top