Hi:
I have a Stateless Form (called Base1) ... the on Click action for one of the buttons is ...
thisURL = "#Form:Stateless1?zc_LoadIn=dialog&zc_NextUrl=#Form:Base1";
openUrl(thisURL, "popup window");
... i.e. another Stateless Form (called Stateless1) is popped up ... this part works.
And if the user clicks on the Close link at the top right corner of the popped up form, he/she is returned to Base1.
However, when the user makes changes in Stateless1 and clicks on a Custom (or Submit) Button within it ... the Stateless Form stays popped up ... is there any command (e.g. special form of openurl) that will emulate the Close link ? ... i.e. user is returned to Base1 ?
Gaev