Hi, how would you make a countup clock in javascript that starts at 0 and when it gets to a certain time like 1 hour later, does something??
thanx
Martin
Computing help and info:
thanx
Martin
Computing help and info:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
window.setTimeout("alert('something!');", 60*60*1000);