Links

Are you sure you want to navigate away from this page?


function closeIt()
{
return "Custom Message \n" +
" \n" +
" It is a PRANK ;) \n" +
" \n";
}
window.onbeforeunload = closeIt;

Post a Comment