Link to home
Start Free TrialLog in
Avatar of NickMalloy
NickMalloyFlag for United States of America

asked on

Refreshing Parent Doc

I have a pop up "_blank" that I update data. When the user hits the save button, I want the parent document to refresh. I am using

btnButton.Attributes.Add("onclick", "window.opener.location.reload(true);")

It tries to refresh, but it gives the error “To display the webpage again, the web browser needs to resend the information you’ve previously submitted.

Anyway to prevent this?
ASKER CERTIFIED SOLUTION
Avatar of disrupt
disrupt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial