Well, you can, but not really well. Either you use HTML (+ maybe some
JavaScript) to submit the form to the server and process it there, or you
can set the action attribute of the form to an e-mail address like this:
action="mailto:youremailaddresshere?subject=Message"
However, this requires that the client has a working mail application and
is willing to allow your HTML form to use their app. This may not always be
the case; not everybody likes the idea of their FROM address containing
true data ;-)
Cheers,
Imar
At 09:43 PM 11/28/2002 +0530, you wrote:
>hi all
>
>is there any way to send a form via email using just HTML coding and nothing
>else except say JavaScript or VBScript.
>
>Early replies would be a lot of help as i have to complete this project very
>fast.
>
>Thanks
>
>Bharat saboo