PDA

View Full Version : switching the content of the same modal window


jasongr
11-21-2004, 04:45 PM
Hello

I have a modal popup window which I opened using window.showModalDialog

the html page in the window contains a button.
When the button is clicked, the content of the page should be replaced with the content of another html page.
For some reason the new HTML page is being opened in a new window and doesn't replace the old window

regards