giammin

Auto reload page

May 20th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <html><head><script type="text/javascript">
  3. setTimeout(function(){
  4.     console.log('reloading');
  5.     location = '';
  6.   },10000);
  7. </script>
  8. </head><body>
  9. <script type="text/javascript">
  10. document.write(new Date());
  11. </script>
  12. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment