This is the code which i used for window.onbeforeunload......
Try this, it worked for me:
window.onbeforeunload = function(event) { event.returnValue = "Write something clever here.."; };