Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Call Javascript on a Branch

Yann39May 20 2010 — edited May 21 2010
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2010
Added on May 20 2010
4 comments
1,293 views