Search:

Type: Posts; User: ammar

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    3,466

    Ofcourse the right way is to use CGI, but if you...

    Ofcourse the right way is to use CGI, but if you want a fast solution you can use action="mailtto:...".
    Some people don't know how to write CGI, and some servers doesn't allow CGI.
  2. Replies
    14
    Views
    3,466

    It's simple html code:

    It's simple html code:


    <form name="MyForm" action = "mailto:[email protected]" method = "post">
    <!--Put the fields of the form here-->
    </form>

    You will get an e-mail with no spaces( spaces...
Results 1 to 2 of 2