Skip to content Skip to sidebar Skip to footer
Showing posts with the label History

How To Store Form Data In Javascript For History Use In Another Page Or Reopen Page

i want jsp or javascript for save form data for history -no cookies -no session -no database when y… Read more How To Store Form Data In Javascript For History Use In Another Page Or Reopen Page

Redirecting To A Specific Page When Clicking Browser's Back Button

it's a bit of a nooby question, but there it goes: i have a site where the user can only naviga… Read more Redirecting To A Specific Page When Clicking Browser's Back Button

Is The Deferred/promise Concept In JavaScript A New One Or Is It A Traditional Part Of Functional Programming?

I really like the idea of jQuery's deferred/promise pattern or paradigm but sometimes I have tr… Read more Is The Deferred/promise Concept In JavaScript A New One Or Is It A Traditional Part Of Functional Programming?

When The Back Button Triggers PopState How Can I Prevent A Page Refresh?

I am trying to modify the content in my page without a reload. Currently my code reads: window.onpo… Read more When The Back Button Triggers PopState How Can I Prevent A Page Refresh?