Re: How to close a popup window after a form submition and update an arbitrary component on a parent page via ajax?

2008-04-23 Thread Maurice Marrink
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

Re: How to close a popup window after a form submition and update an arbitrary component on a parent page via ajax?

2008-04-23 Thread Vitaly Tsaplin
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

Re: How to close a popup window after a form submition and update an arbitrary component on a parent page via ajax?

2008-04-23 Thread Maurice Marrink
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