I was creating a program which should stop automatically a <b>
. So please tell me how, here is a little bit I am thinking off:
var time = date.getTime();
var seconds = 0;
if (time + seconds == date.getTime())
{
// Stop everything i do by myself :)
}