Page Load

Hiding sections before we choose to show them Running code once page has loaded Running code on page load

Read More

Redirecting

Redirect To A New Page Don’t keep the current page in History (Back button won’t return to it) Keeping the current page in history (for Back button) Redirect With POST Data Using A Hidden Form Include the hidden form with the values you want to send on the page: Then in your javascript use Open […]

Read More

Reload page

Reload the current page Form reloads current page Link reloads current page Reload current page but with post values stripped Using javascript Periodic Refresh

Read More