LocalStorage and SessionStorage in JavaScript

How to Store Data in Web Browser Storage - localStorage and sessionStorage. The main difference between sessionStorage and localStorage is that sessionStorage only maintains a storage area while the browser is open (including when the page…

Dialog Page drawer in Oracle APEX

How to Create Dialog Page drawer in Oracle APEX. Create a page as a Modal Dialog in which set Dialog Template => Drawer as per screenshot. In Templates Options for Modal Dialog Drawer Page.…