I have a problem...
First requirement - I need a page to refresh every minute. OK, simple enough I can use the <META> tag for that. Second requirement - I need the page to kill itself after 20 minutes. I'm running a JS loaded by a BODY onload statement that will kill the page after 20 minutes - but wait - if I make the page refresh every minute, it restarts the counter every time. Effectively, it's as if my JS script is not running.
Can anyone think of another way to accomplish this?
First requirement - I need a page to refresh every minute. OK, simple enough I can use the <META> tag for that. Second requirement - I need the page to kill itself after 20 minutes. I'm running a JS loaded by a BODY onload statement that will kill the page after 20 minutes - but wait - if I make the page refresh every minute, it restarts the counter every time. Effectively, it's as if my JS script is not running.
Can anyone think of another way to accomplish this?