Skip to Main Content

LiveLabs & Workshops

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!

how to call a javascript on PLSQL

SEKOOK JANGDec 2 2021

Hi,
When i click a button, as a DA, i write as next.
execute javascript code:
window.open( apex.item("P55_CALL_URL").getValue(), "_new");

but, i want call it on PLSQL.
please let me knwo how to code for that.
Thanks.

Comments

Post Details

Added on Dec 2 2021
1 comment
315 views