Refresh the parent window from the second child window in Javascript
The work flow is like this, from my page, I created a popup 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 can't get the parent windows property.
Can anyone hel开发者_JS百科p me to solve this?
精彩评论