Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var x =1;
  2.  
  3. <input type="Button" id="text2" value="click" onclick=show()/>
  4.  
  5. var LocalStorage.Score = x;
  6.  
  7. function show();
  8. {
  9. alert(LocalStorage.Score);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement