Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Saturday, March 12, 2011
JS - Local Storage On HTML5
To use local storage of HTML5, Just write:
<script>
localStorage.firstName = "Lady";
localStorage.lastName = "Gaga";
alert(localStorage.firstName +" "+ localStorage.lastName);
</script>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment