Code: Select all
function regularChatDisplay() {
alert("Wait...");
return "\n\nPress 'CANCEL' below to chat...\n\n";
}
}
window.onbeforeunload = regularChatDisplay;
Moderator: General Moderators
Code: Select all
function regularChatDisplay() {
alert("Wait...");
return "\n\nPress 'CANCEL' below to chat...\n\n";
}
}
window.onbeforeunload = regularChatDisplay;