Click to See Complete Forum and Search --> : send email
tiger66
07-02-2003, 10:39 PM
Hello
I was wondering is it possible to use javascript to send email? Are there any build in function to do that?
Thanks
tiger66
07-03-2003, 09:53 AM
Hi
I can only write javascript for my web pages. How does the mailto protocal work?
Thanks
tiger66
07-03-2003, 11:02 AM
I know that server script has fields for the subject of mail, body of mail and destinaction email address. can mailto protocal allow me to enter those fields?
Thanks
chrismartz
07-03-2003, 01:46 PM
try using asp for you email. You can use brinkster.com for this
tiger66
07-03-2003, 01:48 PM
Hello
If I have already used my form tag's action to go to other page, is it possible to send the message at the same time?
I don't think I can have two form tags in a html page
Thanks
tiger66
07-03-2003, 01:49 PM
I am coding my html in an intranet environment and it doesn't allow me to write any server script. only javascript