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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

javascript branch to url using page item

ebenwalkerJul 4 2017 — edited Jul 4 2017

I am using javascript branch so that I can open in a new tab and this works fine in a dynamic action executing javascript:

javascript:var myval=window.open('www.google.com','_blank');

However, I need to have this work where a page item (or other construct) hold the value of the url I am calling (so that I can include parameters).

Any suggestions?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2017
Added on Jul 4 2017
2 comments
396 views