/ Published in: JavaScript
Expand |
Embed | Plain Text
<script type="text/javascript"> window.onbeforeunload = function(e){ return 'En fermant cette page vous perdrez tout.'; } </script>
You need to login to post a comment.
fabienthomas on 08/24/10
2 people have marked this snippet as a favorite
<script type="text/javascript"> window.onbeforeunload = function(e){ return 'En fermant cette page vous perdrez tout.'; } </script>
You need to login to post a comment.