javascript - Hide Confirm Form Resubmission PHP -
after submit form, , click button, page displays confirm form resubmission page. instead of that, want browser display form itself. there way that? here part of code below, , works except not stop refreshing. want refresh once when click button.
<meta http-equiv="refresh" content="0"> <form method = 'post' action = 'submitpost.php?section=$section'> <textarea rows='10' cols='100' name = 'post'></textarea> </br> <input type = 'submit' value = 'submit'> </form>
this browser security policy - when want go page loaded using post
http verb ask confirmation.
Comments
Post a Comment