Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <html>
  2.     <body>
  3.         <button onclick="alert('width: ' + window.screen.availWidth + ' height: ' + window.screen.availHeight);">Window</button>
  4.         <button onclick="alert('last modified: ' + document.lastModified);">LastModified</button>
  5.         <button onclick="alert('pathname: '+ location.pathname);">pathname</button>
  6.         <button onclick="alert('App version: ' + navigator.appVersion);">Version</button>
  7.     </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement