Hello,
I need to extract the id from a <a href> tag, like:
<a href="#" id="my_id">something</a>
I need the value my_id which will be used in a DA pl sql script as a filter:
.....
where ID = my_id
Is it possible that once the link is clicked, the my_id value can be used in the pl sql script? Thank you.
Apex version:5.0.2