Guest User

Untitled

a guest
May 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function initScreen() { setTimeout("window.scrollTo(0,1);",100); }
  5. function updateOrientation() {
  6. initScreen();
  7. }
  8. </script>
  9. </head>
  10. <body onload="updateOrientation();initScreen();">
  11.  
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment