Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <!--SOME STUFF-->
- <script type='text/javascript'>function prepare()
- {
- setInterval(wReload(),10000);
- }
- function wReload()
- {
- window.location.reload();
- }
- }
- </script>
- </head>
- <body onload='prepare()'>
Advertisement
Add Comment
Please, Sign In to add comment