Answers for "js form submit event no reload"

PHP
0

prevent re submit form on refresh javascript

<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