So I made some timers for a quiz. The thing is, I just realized when I put
javascript: alert(\"blah\");
in the address, the popup alert bo
Never, ever rely on javascript (or any other client-side time) to calculate elapsed times for operations done between postbacks, or different pages.
If you always compare server dates, it will be hard for people to cheat: