1. Overview

This document talks about how to stop the user to click a APEX page submit button more than once in Oracle APEX

2. Technologies and Tools Used

The following technology has been used to achieve disable button after clicking in Oracle Apex.

  • Oracle Apex

3. Use Case

  • To avoid duplicate Submission
  • Indicate the user, whether they clicked the button or Not.
  • Custom Messages after clicking the button.

4. Architecture 

Following steps explains in detail,

Step 1:  create a regions & button in a page.

Step 2:  Once button Created, add the below code into URL redirect section the URL target value as.

Code:

 javascript:this.disabled=true;SubmitPAGE(‘SUBMIT’) 

The value inside SubmitPAGE(‘’SUBMIT“) is the same as the button name.

5.Screen Shot

Before

After

Recent Posts

Start typing and press Enter to search