Konu
geri dönmeyi engellemek
03-10-2017, 20:05:11
#7
Madjal
sorunu bu kodla hallettim
tekrar birine lazım olursa;
<script type = "text/javascript" >
function preventBack(){window.history.forward();}
setTimeout("preventBack()", 0);
window.onunload=function(){null};
</script>