| Programming C# C++ (7) Delphi (618) Java (8) JavaScript (30) Document (8) Events (8) ExtJS (8) Strings (3) perl (9) php (4) VBScript (1) Visual Basic (1) |
Dynamically change a normal text statement on a html page
(2 votes). Leave comments and/ or rate it.
Question: I want to display a kind of countdown on my web page with a redirect happening once 0 is reached.How can I update the counter without reloading the page every time? Answer: You need to define a section or even use a To implement the countdown, you need to set a timer. The example shows this and uses setTimeout for the timer.
Comments:
|