L
lkrubner
Is there any reason why this code wouldn't prompt someone to save their
work every 5 minutes? It doesn't seem to be working. This code shows up
in the HEAD of an HTML document.
function saveYourWorkReminder() {
alert("It's been 5 minutes. Please save your work. Web browsers are
buggy and crash often. Protect yourself!");
}
setTimeout("saveYourWorkReminder", 300000);
work every 5 minutes? It doesn't seem to be working. This code shows up
in the HEAD of an HTML document.
function saveYourWorkReminder() {
alert("It's been 5 minutes. Please save your work. Web browsers are
buggy and crash often. Protect yourself!");
}
setTimeout("saveYourWorkReminder", 300000);