Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / Javascript

Reload page for refresh data without retry/cancel prompt

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
16 Mar 2010CPOL 13.6K  
window.locatio...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
5 Feb 2010sheetal7 1 alternative  
Whenever we want to refresh the parent page from child page to reload the data we use:window.opener.location.reload();This however gives a prompt retry/cancel in parent page reload which is quite annoying for the user. I found a simple trick which results in the parent page being refreshed...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions