Skip to content

Instantly share code, notes, and snippets.

@gunesacar
Created June 14, 2015 14:46
Show Gist options
  • Save gunesacar/43e2ad2b76fa5a7f7c57 to your computer and use it in GitHub Desktop.
Save gunesacar/43e2ad2b76fa5a7f7c57 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>localStorage example</title>
<script type="application/javascript">
function set_ls() {
localStorage['frameId'] = 'ABCDEF0123456789';
}
</script>
</head>
<body onload="set_ls()">
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment