The work flow is like this, from my page , i created a popu using window.open method, then open other popup from that window and close its immediate parent. And i need to refresh the first parent page from this popup. I tried in different ways, but the window.opener method cant get the parent windows property
Can anyone help me to solve this