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.
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.
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
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 3 users browsing this thread. (0 members and 3 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum