Saturday, January 5, 2019

how to auto reload / refresh a page in oracle apex

Page Properties --> HTML Header

<meta http-equiv="refresh" content="3" > 

Reload page after 3 second

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...