Advertisement
Guest User

Sample page

a guest
Jan 16th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <title>Wifime portal</title>
  7.     <link rel="stylesheet" href="">
  8. </head>
  9. <body>
  10.     <script src="http://jsconsole.com/remote.js?27012C2C-EAB7-4207-9557-6218E7F5D8BA"></script>
  11.     <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
  12.     Welcome to mi wifi network.
  13.     <div id="timestamp"></div><br>
  14.     <div id="debug"> - - </div>
  15.     <div id="debug2"> - - </div>
  16.     <script type="text/javascript">
  17.     var el = document.getElementById("debug2");
  18.     if (el)
  19.         el.innerHTML = JSON.stringify(window.location);
  20.     $(function() {
  21.         var tmp = JSON.stringify(window.location);
  22.         console.log('it works!');
  23.         console.log(tmp);
  24.         $("#timestamp").text(new Date().toISOString());
  25.         $("#debug").text(tmp);
  26.     });
  27.     </script>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement