A submission page w/ javascript?

macmastah

Registered
Hi,

I'm trying to build a submission page that allows users to compose text (in various HTML forms). I'd like to have the content of these forms emailed to me automatically, as soon as the user clicks the "submit" button. But, I cannot use PHP, MySQL or SSH.

Can this be done using javascript or conventional HTML?



Thanks for any suggestions!
 
Not that I know of. You need some server side script like PHP or ASP to do it since sending email from the server requires a function like mail() in PHP.
 
Back
Top