… but what I get is a New showModalDialog opening, but NOT into the same window, namely, what I get is the effect of a HTML “_blank” opening a new showModalDialog.
I used window.location.reload(true) with the same result
Any help is welcome. Thank you very much in advance.
Best way to deal with Modal Dialogs is to load a page with an iframe and then load the original content. That way you to use the modal dialog as a normal window, refresh etc.