Possible Duplicate:
How to show the “Are you sure you want to navigate away from this page?” when changes committed?
I use a javascript message for confirming people who will exit the page, just if the for is not save, so I have the following code:
<body onLoad="getdate2()" <?php if(!isset($_POST['enreg'])){ echo
'onBeforeUnload="return(\'Vous n avez pas enregistré les modifications
apportées. voulez vous vraiment quitter la page ?\')' ; } ?>">
The main trouble is that when The user click on the form submit button, this message appears.
Is there a way to just display that when the user click on the cross for exiting?