Hi,
I want to make a HTML page that refreshes every X seconds. Like 10 secs/20 secs.
How do I make it refresh on its own....?
Thanks.
You have to use JavaScript to make the page refresh.
You can do it with HTML too.
Code:<!-- n = seconds --> <meta http-equiv="refresh" content="n" />
worked for me with HTML .. thnx nullbyte![]()
10 seconds seems slow. At home some webpages take 15-20 seconds for me to load. Your page would reload before it ever finished loading the first time. Have you considered using AJAX to make your page dynamic without refreshing?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks