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!

Branch after submit using javascript:open.window()

285884Mar 14 2008 — edited Mar 28 2008
Hi all,

I am trying to open an URL in a separate window using Javascript in the Page Processing section.
A button in my page invokes a SUBMIT that will execute some PL/SQL code before a new window should be opened.

Putting the URL branch in the button itselfs in the Page Rendering section works perfectly well, using:
javascript:open.window('&P23_KD_FOLDER_LINK.', 'Kronodoc');

However when I move this URL branch to the Page Processing section, I will end with an error message in page http://dsgaps7:7777/pls/crs/wwv_flow.accept

I expected to stay in the Apex page containing the button, and having a pop-up of a new browser window for showing Kronodoc.

Any suggestions?

Thanks,
Martijn
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2008
Added on Mar 14 2008
7 comments
1,110 views