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!

Is there a way to escape special characters for buttons?

Erik BradMay 25 2018 — edited May 28 2018

I have a form with a update-button. I want the user to confirm before updating, redirecting the update-button to an URL like this:

     javascript:apex.confirm('Really update?', 'UPDATE');

I have an update-process that should trigger when request value = 'UPDATE'. However, the value is escaped and looks like this in HTML:

     <button onclick="apex.confirm(&#x27;Please confirm update&#x27;, &#x27;UPDATE&#x27;);"

Is there a way to escape those chars?

Regards

Erik

This post has been answered by fac586 on May 25 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2018
Added on May 25 2018
4 comments
420 views