Re: email forms
GaRgL... (GaRgL@WorldNet.Net)
Mon, 1 Sep 1997 10:56:45 +0200
Message-Id: <199709010856.KAA21610@centaure.worldnet.net>
From: "GaRgL..." <GaRgL@WorldNet.Net>
To: "Oistein Sorensen" <sorenso@a.sol.no>, <www-html@w3.org>,
Date: Mon, 1 Sep 1997 10:56:45 +0200
Subject: Re: email forms
> 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>
also, it won't work with explorer, only netscape does it...
GaRgL...