How can i refresh a page for every one minute using javascript. Note: I don't have control/option to edit HTML body tag (where we usually call onload function).
Just insert this code anywhere in the page:
<script type="text/javascript"> setTimeout(function(){ location = '' },60000) </script>
1.4m articles
1.4m replys
5 comments
57.0k users