sending emails using forms

windows

Guest
I am trying to create a form that i can send to my email from my website. Is there anyway to do this using only html? everything i find when i search is CGI or ASP related. HELP ME PLEASE??????<!--content-->While you can use <form action="mailto:[email protected]"> it will, unfortunately, simply open up a blank email which most be sent manually (it is very much like <a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]">Email Me</a>) You simply cant get around using some sort of server side language.<br />
<br />
There are plenty of free CGI scripts out there, which really are the best when dealing with forms. If your using a web host that doesn't support CGI, take a look around their site as they sometimes have form mailer scripts made available.<br />
<br />
Hope that helps.<!--content-->Find out what your server supports language wise. If they support asp.net I can hook you up, if they support php, pyro has a script on webdevfaqs for that already, if they support asp classic buntine can hook you up. If they are a crap host like geocities then I suggest <br />
<!-- m --><a class="postlink" href="http://www.response-o-matic.com/">http://www.response-o-matic.com/</a><!-- m --><!--content-->
 
Back
Top