Answers for "prevent re submit form"

PHP
0

prevent re submit form

<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>
Posted by: Guest on January-05-2021

Browse Popular Code Answers by Language