Cegah Dialog Kembali Formulir Konfirmasi | window.history.back () Konfirmasi pengiriman ulang formulir

//Just Put This Code On Footer Of Your Pages If You Want To Use window.history.back()
if ( window.history.replaceState ) {
  window.history.replaceState( null, null, window.location.href );
}
Amin Arjmand