Forum Moderators: open

Message Too Old, No Replies

Easy question?

Load and reload page frpn popwindow

         

MarRup

2:53 pm on Apr 24, 2004 (gmt 0)

10+ Year Member



Hi,

Probably this one is easy, but I'm a beginner.

I have a main and popup-window, and would like to be able to reload or open a link in the main window from the popup window with javascript. Is that easy?

anchordesk

9:27 pm on Apr 24, 2004 (gmt 0)

10+ Year Member



If I understand you correctly, one way to reload the parent window from the popup is as follows

opener.location.reload(true)

I don't use javascript much and am rusty. Simply too many browser versions behaving differently to the same code, so no promises with the above.

MarRup

10:23 pm on Apr 24, 2004 (gmt 0)

10+ Year Member



That did the trick. Thank you very much!