javascript:apex.confirm In Oracle APEX
1. apex.page.confirm Signature 1. This example shows a confirmation dialog with the text ‘Delete Department’. If the user chooses to proceed with the delete, the current page is submitted with a REQUEST value of ‘DELETE’. apex.page.confirm('Delete Department', 'DELETE'); or …