Answers for "html mailto on button click"

Go
2

button email html

<form action="mailto:[email protected]"method="post"enctype="text/plain">
    <input class="btn" type="submit" value="Submit">
</form>
Posted by: Guest on July-14-2021
0

on click goto mail

<a class="mailto" href="mailto:[email protected]">Mail</a>
Posted by: Guest on May-10-2020
-1

html email button

<button onclick= "document.location =  'mailto:[email protected]'"">mail me
 </button>
Posted by: Guest on July-12-2021

Browse Popular Code Answers by Language