0

I have a page with some text boxes and I given value for all text boxes and I have a navigate button while clicking that it navigates to another page and I have back button in the navigated page while clicking that it returns to previous page but values got cleared.is there any solution to cache entire page using browser cacheing that should support in all browsers.Thanks in advance.

Ramya
  • 17
  • 4
  • That is how the browser behaves, in case like this you may need serverside code engagement. You may not need a client side caching. Though webstore and cookies are the ways to go for it for client side. On a small application its okay , but given larger application you would need some coding practices or even choose a framework to do it, otherwise your code becomes a maintenance nightmare – Abhiram mishra Dec 08 '15 at 04:45
  • I need some client side level cacheing – Ramya Dec 08 '15 at 04:50
  • For small app / demo app, testing, cookies is the ways to go without worrying too much on browser compatibility.Note I would still suggest follow the serverside that is how the web is coded. – Abhiram mishra Dec 08 '15 at 04:51
  • http://stackoverflow.com/questions/12770185/whats-the-best-way-use-caching-data-in-js-on-client-side could also help you a little – Abhiram mishra Dec 08 '15 at 04:55
  • thanku.is there any default browser cacheing? – Ramya Dec 08 '15 at 05:49

0 Answers0