Click to See Complete Forum and Search --> : Submitting a form...


haynbrian
04-24-2003, 02:40 PM
Hey all,

I'd like to create a form that would submit via javascript to an e-mail address that I specify. I haven't worked with forms yet, so this is entirely new to me.

If there are any tutorial sites online that would help me, or if anyone could point me in the right direction it would be greatly appreciated.

Thanks,

Brian

havik
04-24-2003, 02:53 PM
If I understand right, javascript isn't the best choice to do this because it either 1) doesn't have the capability to do this or 2) is ridiciously difficult.

I have a few forms that are sent by email via a cgi script and you can find many free ones here:

http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Form_Processing/

Havik