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 : 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 ?