Search code examples
javascriptjqueryajaxviewstate

Retaining around 1KB of data across different pages


Using Javascript / Jquery (1.7) / Ajax , is it possible to retain around 1kb of data across 2 different pages on the same domain?

For example, a user will enter information into a textbox, and navigate away from this page onto a specific different page.

Is it then possible to alert the user with the textbox information from the previous page?


Solution

  • You can store that amount of information: