I have a parent page on one server and im calling a child page as pop up window which is on another server. So once the child page is closed i wanted to refresh the parent page so i wrote one reload function in parent page and i was trying to call it from child page as:
opener.reload();
But as parent is on another server this thing is not working, is there any way to achieve this?