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!

APEX 18/5 Navigation lists ("target="_blank) in URL target

YoCo WISMar 19 2019 — edited Mar 19 2019

I was looking for an ease way to add links in the navigation menu that open in a new window, and found this old discussion:

in the discussion one suggestion was to change the navigation menu template and add substitution field, but I found an easier solution - rewrite the target URL as:

javascript:window.open('https://google.com','_blank');

Can you think of other solutions not including JS?

Comments
Post Details
Added on Mar 19 2019
2 comments
3,116 views