Normally when a window is opened using window.open I can access the caller window by using window.opener(), is it possible do the similar within modal dialogs(window.showModalDialog)?
Normally when a window is opened using window.open I can access the caller window
Share
As you can read in a comment on the MSDN page about
showModalDialog(thanks to Pekka),