-
JavaScript Tutorial 34 – Redirect Page in JavaScript
In this video tutorial I go over how to redirect a page in JavaScript. With timing events it is possible to also display a message to your visitors about your page being moved to a new location, so also go over redirecting after a set timer. Original source
-
Javascript countdown timer tutorial setTimeout clearTimeout programming html
Lesson Code: http://www.developphp.com/video/JavaScript/Countdown-Timer-Tutorial-setTimeout-clearTimeout Learn to program Javascript countdown scripts that will update your HTML page when the timer reaches zero. We use a custom function that utilizes setTimeout and clearTimeout to start the countdown, as well as making it shut off when the countdown reaches 0 and updating the page. Original source