klpang Posted February 9, 2006 Share Posted February 9, 2006 I'm using window.opener.location.reload(); to reload a parent window after achild window event is fired. But I'm getting a message "The page cannot berefreshed without resending the information. Click Retry to send theinformation again, or click Cancel to return to the page that you weretrying to view. RETRY CANCEL". Is there a way I can suppress this message orautomatically make a selection? Quote Link to comment Share on other sites More sharing options...
ryanlwh Posted February 13, 2006 Share Posted February 13, 2006 i suppose you were submitting a form before calling that pop up window. instead of reload(), maybe you can do redirection instead. Quote Link to comment Share on other sites More sharing options...
wolves Posted February 13, 2006 Share Posted February 13, 2006 I'm using window.opener.reload(false) to reload a page open byanother, but how to keep the form fields with their values? 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.