I'm trying to refresh parent browser at child browser.
opener.location
is working but, opener.locaiton.reload
not working.
Is there anyone who knows the reason??
I'm trying to refresh parent browser at child browser.
opener.location
is working but, opener.locaiton.reload
not working.
Is there anyone who knows the reason??
This should work. I tested it in Chrome, Firefox, IE and Safari on Windows 7.
<button onclick="window.opener.location.reload();">refresh</button>
Check this: Refresh parent on close popup.