In this video,i am going to tell you :
"HOW TO AUTO-REFRESH A WEBPAGE USING JAVASCRIPT"
**CODE**
(html)
(head)
(title) Auto Refreshing a page(/title)
(script type="text/javascript")
function loadref(time)
{
setTimeout("location.reload(true);",time);
}
(/script)
(/head)
(body onload="Javascript:loadref(5000)")
( h1 style="color:red;")THIS PAGE WILL REFRESH AUTOMATICALLY (/h1)
(a href="javascript:location.reload()")REFRESH(/a)
(/body)
(/html)
****
Hope,you will like this video.
Don't forget to SUBSCRIBE this channel,this channel has a lot more to offer you.
On this page of the site you can watch the video online How to Auto-Refresh a webpage using JavaScript and Html with a duration of hours minute second in good quality, which was uploaded by the user CODE OF GEEKS 13 January 2019, share the link with friends and acquaintances, this video has already been watched 4,663 times on youtube and it was liked by 25 viewers. Enjoy your viewing!