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!

Use Javacript to Open Modal Dialog Page

APEX4EBSOct 10 2020

Apex : 20.1
I am capturing a "key down" true dynamic action using javascript
if(event.which == 120) // F9 Key

When the user presses F9, I am wanting toopen a new modal dialog page and pass it some value.
How do you do this ?

Comments
Post Details
Added on Oct 10 2020
4 comments
1,357 views