Saturday, August 29, 2020

Remove Success Message After Specific Time

 From Page properties go to==>Function and Global Variable Declaration

setTimeout(function() {

  $("#t_Alert_Success").remove();

}, 5000);


No comments:

Post a Comment

Image File store outside of Oracle Database and show image into Apex Application

Directory Create : grant execute on utl_file to HRMS; CREATE OR REPLACE DIRECTORY STOCK_DIRECTORY AS 'C:\Program Files (x86)\Apache Sof...