jasongr
11-24-2004, 02:33 PM
Hello
I have create a modal dialog using the following command:
window.showModalDialog("a.html", "", "status:no;help:no;resizable:no;scroll:no;center:no");
The dialog gets displayed somewhere on the screen.
The dialog contains a button.
When the button is pressed, the content of the modal dialog is replaced with another html page (b.html).
here is the problem:
The dialog always opens in the same top-left corner it was first launched in.
If the user moves the window around, and then clicks on the button, it will bounce back to its orinigal top-left corner when b.html is rendered.
This is very annoying.
Does anyone know how this can be solved?
I have create a modal dialog using the following command:
window.showModalDialog("a.html", "", "status:no;help:no;resizable:no;scroll:no;center:no");
The dialog gets displayed somewhere on the screen.
The dialog contains a button.
When the button is pressed, the content of the modal dialog is replaced with another html page (b.html).
here is the problem:
The dialog always opens in the same top-left corner it was first launched in.
If the user moves the window around, and then clicks on the button, it will bounce back to its orinigal top-left corner when b.html is rendered.
This is very annoying.
Does anyone know how this can be solved?