barkster Posted June 21, 2006 Share Posted June 21, 2006 I trying to make a page allows users to edit information that is stored in a session by clicking on a link that opens a new window that contains the stored values. When they are done and save I want it to close the newly opened window and refresh the parent page. Is this possible? Quote Link to comment Share on other sites More sharing options...
michaellunsford Posted June 27, 2006 Share Posted June 27, 2006 [code]<script language="javascript">window.opener.location.reload(true);window.close();</script>[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.