Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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 );
}
 
PREVIOUS NEXT
Tagged: #prevent #Confirm #Form #Resubmission #dialog #confirm #form #resubmission
ADD COMMENT
Topic
Name
7+1 =