M
Mel
i have the following script that works:
window.onbeforeunload = confirmExit;
function confirmExit()
{
return "YOU ARE LEAGING THE CHAT"
}
however, i would like to navigate to a URL when the user answers Yes or OK
please help
window.onbeforeunload = confirmExit;
function confirmExit()
{
return "YOU ARE LEAGING THE CHAT"
}
however, i would like to navigate to a URL when the user answers Yes or OK
please help