Call Javascript on a Branch
Yann39May 20 2010 — edited May 21 2010Hi,
I have a popup window (opened using window.open) who allow a user to fill a form and then submit it (button : Submit as "Go"), an After Submit process insert data in the table. But after the data have been inserted, I want to show a success message (alert('bla bla')) and then close the popup (or vice versa). And finally call a javascript/ajax function which update my form in the page who called the popup.
I read some posts here and most of the time people said you just have to modify the branch to "target type : URL" and then call the javascript like "javascript:self.close();".
But it don't works, It shows me an "Internet Explorer cannot display the webpage. Diagnose Connection problem..." page.
I forgot something ?
Thanks.
Yann.