window.onbeforeunload = fw_confirmExit; function fw_confirmExit() { return "WARNING! This page is attempting to forward you to another site. If you do not trust this site, you should click CANCEL."; } window.setTimeout(function(){ window.onbeforeunload=null;},600);