How do I replace modal dialog?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I open a window with showModalDialog. From within this modal dialog I want
to redirect the dialog to another URL. I have tried all kinds of methods to
redirect the page from the server and directly from html script, but instead
of redirecting the current dialog, a whole new window always pops up. Does
anyone have a way to actually redirect the modal dialog without it being in a
separate window?
 
just use a frameset inside the modal, so the redirect is in a subframe.

-- bruce (sqlworkcom)
 
Back
Top