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!

Navigation Menu. Open url in a new browser screen ?

RunrigFeb 2 2017 — edited Feb 2 2017

I am using a dynamic Navigation menu (APEX 5 Universal theme). It works very well and I can open all my application pages etc. The Navigation Menu uses a function returning SQL to build the menu list.

The menu uses f?p='||v('APP_ID')||':' || MYPAGE || ':'||v('APP_SESSION') target to open the Apex application specific page - All Good no issues,

For non APEX application pages the SQL returns the actual URL http://www.google.com. This does work, but it opens the page in the same browser window as the APEX application. I need it to open in the same way as target="_BLANK" would.

I have tried using javascript:window.open("http://www.google.com") as the URL, but that doesn't work.

Is there a way to do this ?

This post has been answered by Runrig on Feb 2 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2017
Added on Feb 2 2017
1 comment
1,653 views