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!

How to avoid multiple clicks on a Link in my Application

Ahsan AnwarMay 20 2021

I have an e-com application. There is a link in shopping cart item list with each item which calls a DB procedure when clicked on. This procedure delete the items from the list. Now sometimes if the user rapidly clicks on that link, he ends up clicking on the same item more than one time which causes to display user an Error that no data found, because item is already deleted on the first click.
Any solution to that?

This post has been answered by jariola on May 20 2021
Jump to Answer
Comments
Post Details
Added on May 20 2021
8 comments
453 views