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)
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.