Click to See Complete Forum and Search --> : Email Form


Earl
06-05-2003, 10:11 AM
I'm trying to make an email form in which;

A javascript will pass on the selected recipients (email addy's) including a few default (email addy's)

and

The contents of the form

when it is posted (via email).

Jona
06-05-2003, 11:58 AM
JavaScript cannot process forms. Although it can validate and submit them to server-side applications, it cannot process them. You will need a server-side language to accomplish form processing.

Jona