Click to See Complete Forum and Search --> : javascript and CDONTS


thewyzzard
01-07-2003, 03:30 PM
Is there a javascript equivalent to the .send method used in VB to send out emails created with CDONTS?

Trying to use .send with javascript returns an "Invalid method" error.

thewyzzard
01-08-2003, 07:50 AM
Thanks Dave.

I'm relatively new to Javascript and ASP, etc., but I should have known that.

:rolleyes:

UDaMan

Bullschmidt
01-08-2003, 02:34 PM
And also wouldn't e-mail have to be sent server-side instead of client-sice which is where JavaScript is usually used?