prevent the Confirm Form Resubmission dialog | window.history.back() confirm form resubmission
//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 );
}