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 code in href attribute of a tag in Navigation menu not working in Firefox

Alessandro GivoneMar 2 2022 — edited Mar 2 2022

Hi all, I inserted Javascript code in my navigation menu: "javascript: apex.server.process(.'xxxx'...)".
When i clicked on the result is: [object Object]
This code works very well in Chorme and Edge browsers but it doesn't work in Firefox.
I found a workaround if the link is in the body page, i sobstituted the attribute href whit attribute onclick .
Is there a way to do it in navigation menu?
Sorry for my bad english.
Thanks!

Comments
Post Details
Added on Mar 2 2022
2 comments
324 views