Here Mudassar Ahmed Khan has explained how to pass value from child popup window to parent page window using JavaScript. The child popup window must be opened using JavaScript window.open function. And in such case we can access the parent page contr…
when ever i use window.location.href=//some url it always open a new window, this only happens when the parent window is an dialog box. what is wrong? window.open("http://asdf.com", "_self"); as suggested on this thread window.location…