1

Working Example

The following demonstrates a practical use for HTML5's Web Storage specification and Javascript. You will note that after you enter information you can refresh the page, browse away even close your browser and the information you entered will remain after you return. This is because we are taking advantage of HTML5's Web Storage and storing the information entered locally on your machine. If you want to know more about Web Storage and this example you can read our Web Storage tutorial or you can download a working script here