Skip to content

Instantly share code, notes, and snippets.

@ianbarber
ianbarber / anon.html
Created July 29, 2013 14:20
Check Session State example
<html><head>
<title>checkSessionState Example</title>
<script>
(function() {
var po = document.createElement('script');
po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/client:plusone.js?onload=OnLoadCallback';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();