Everyone knew that you could force a link to open in a new tab or window with the target=”_blank” attribute.
How about form
You can do the same thing for form by the following way
<form action="#" method="post" target="_blank">
.
.
.
</form>
Everyone knew that you could force a link to open in a new tab or window with the target=”_blank” attribute.
How about form
You can do the same thing for form by the following way
<form action="#" method="post" target="_blank">
.
.
.
</form>