To close a form window after submitting, you can use JavaScript to handle the form submission and close the window.
<form method="post" enctype="multipart/form-data" > <button accesskey="C" onclick="form.submit(); alert('waiting...'); window.close()"> Submit</button> </form>
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.