Sorry, that is modalwindow specific. but you could try to replicate the trick they are doing. Now this is of the top of my head since i am not exactly sure how it is done. but i think it is somewhere along these lines :) the submit should simply return to the popup executing some javascript to close the popup and set a timeout on the parent page to do an ajaxcall (this is basically your windowclosedcallback) when the ajax call is triggered you can update whichever part you want since you are then back on the parent page.
I am unaware of something like this being available out of the box when using a link with popup setting, but perhaps someone else knows or has build this already. Maurice On Wed, Apr 23, 2008 at 9:26 AM, Vitaly Tsaplin <[EMAIL PROTECTED]> wrote: > As I said its a true browser window. I open it using a regular link > and supplying the popup settings. So where can I find > windowclosedcallback? > > > > On Wed, Apr 23, 2008 at 9:04 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote: > > use a windowclosedcallback to update the parent page. > > > > Maurice > > > > > > > > On Wed, Apr 23, 2008 at 1:06 AM, Vitaly Tsaplin > > <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > > > > A page containing a form is opened in a popup window (a true > > > browser window) and being submitted if the form has been processed > > > successfully it should close itself automatically and update a part of > > > a parent page (the opener) using an ajax call. Have anyone faced a > > > similar problem? Any ideas? > > > > > > Vitaly > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
