I am creating a quiz game in PHP. I maintain a session from the start to the end of the quiz. When the user clicks on the back button in the middle of the quiz It display a page with message
"Confirm Form Resubmission This web page requires data that you entered earlier in order to be properly displayed"
Yani, geri düğmesini tıklama aynı sayfada tutmak için çalışıyorum
Ben "onbeforeunload" olayı ve ele sahip çok havaya ateş ediyor.
kod parçacığı
Redirectpage { javascript:window.history.forward(1); }
ama yine aynı hatayı alıyorum?
teşekkür ederim millet.