Answers for "html submit button to send email"

1

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

how to add email send button in html and java

<table width="100%" cellspacing="0" cellpadding="0">
  <tr>
      <td>
          <table cellspacing="0" cellpadding="0">
              <tr>
                  <td class=”button” bgcolor="#ED2939">
                      <a  class=”link” href="https://www.copernica.com" target="_blank">
                          Click             
                      </a>
                  </td>
              </tr>
          </table>
      </td>
  </tr>
</table>
Posted by: Guest on January-22-2021

Browse Popular Code Answers by Language