JavaScript ten second pause:
var theFuture = new Date(); theFuture.setSeconds(theFuture.getSeconds() + 10); while (new Date() < theFuture) { }
No comments:
Post a Comment