Re: email forms

[ Clovis Najm <cnajm@pingcon.net> ]
> I am trying to put together some email forms, but have a questions. Can the forms be directly sent to email or must they pass through a cgi script or some other form handler first.

Hi, 

If you do something like this you would send an ugly mailmessage to
the recipient address. This message has also quoted all non
alphanumeric characters. But you can try it ;)

	<form method=POST action="mailto:your@e.mail.com">
	<input name=subject size=70>
	<textarea name=body cols=70 rows=5></textarea>
	<input type=submit value="Send">
	</form>

But i prefere cgi-backends for this purposes..

\sorenso\
--
Øistein Sørensen - sorenso@a.sol.no - http://home.sn.no/~sorenso/
Stunt-Programmer - Scandinavia Online, Gjerdrumsv.11, N-0468 Oslo
Phone: +47 2258 3852 Fax: +47 2202 0977 Cell: +47 928 45 228 

"The whole is more than the sum of its parts..."

Received on Saturday, 30 August 1997 12:58:38 UTC