Guest User

Untitled

a guest
Dec 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <html>
  2. <head><title>Navigator Object</title></head>
  3. <body>
  4. <script type="text/javascript">
  5. var browserdetect= {
  6. printResults: function display(){
  7. document.write("This browser is ");
  8. document.write( " version ");
  9. document.write("The Operating System is Fucking lazy");
  10. }
  11. }
  12.  
  13. browserdetect.printResults();
  14. }
  15. </script>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment