views:

9

answers:

0

I can't find the answer to my question in Miscrosofts documentation, on how to disable this feature.

The setup is that I have a browser open, that invokes the window.showModalDialog. After the user enters input in the popup window and submits. A new window is opened from the pop-up.

I do not want the results from the original pop-up to open a new window. The results should be submitted back to the original browser window that invoke the first pop-up.

I've accomplished this with Mozilla and I.E. 8, but want to make my implementation backwards compatible with other I.E. versions.