PDA

View Full Version : dialog window to load next page onsubmit form


aEr_aEr
12-09-2002, 01:54 PM
i've got a little problem. I don't know if it's possible

i've got a dialog window that popsup on a buttonclick code is like:

window.showModalDialog("/_admin/GUI_Tools/image_picker/image.asp",bestaandeImg,"dialogHeight: 300px; dialogWidth: 420px; scroll: 0; edge: Raised; center: Yes; help: No; resizable: No; status: No;");

in the imag.asp file i have got a form with directs to image2.asp I want the image2.asp to load into the dialog window, but it opens a new window and loads image2.asp into it when i submit the form.

so my question is: is it possible to load the image2.asp file in the dialog window when the form is submitted.

glenngv
12-10-2002, 03:33 AM
that's the limitation of modal/modeless dialogs in IE, once the dialog window is submitted, it submits to a new window.