SyntaxFix
Write A Post
Hire A Developer
Questions
When we want to refresh the parent page from the child page without any prompt.
Here is the code:
window.opener.location.href = window.opener.location;
This simply refreshes the parent page without any prompt.