Forum Moderators: open
thanks
Perhaps, in the onSubmit handler, open the popup...
myPopup = window.open(...);
load a frameset into it, then let the results from the submit target the frame.
<form target="myPopup.frames['myframe']"...
Will something like this work? I don't know - needs experimenting.