Patriki44
07-12-2003, 05:49 PM
Is it possible? The idea is to enter info into a form inside a pop-up window, and then, as you save/close it, it automatically updates the "opener" or "Parent" window, from which the pop-up was originally open.
|
Click to See Complete Forum and Search --> : Reload parent window from a pop-up ("child") window. Patriki44 07-12-2003, 05:49 PM Is it possible? The idea is to enter info into a form inside a pop-up window, and then, as you save/close it, it automatically updates the "opener" or "Parent" window, from which the pop-up was originally open. Khalid Ali 07-12-2003, 07:46 PM top.opener.location.reload() should do it... Khalid Ali 07-12-2003, 09:27 PM Add the following html in your child window. <input type="button" onclick="top.opener.location.reload(true)" value="Reload Parent Window"/> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |