HTML - target blank upon form submission

0 votes
209 views
added Sep 5, 2019 in HTML by LC Marshal Captain (25,790 points)
<!--example 1-->
<form method="POST" action="https://formspree.io/yourmail@@email.com" target="_blank">

<!--example 2-->
<form method="POST" action="send.php" target="_blank">

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...