The ASP script(JavaScript, not VBScript) at the bottom gives me the following error for the JMail.FromName, JMail.AddRecipient, and JMail.Execute. Any thoughts. Thanx.
Microsoft JScript runtime error '800a01b6'
Object doesn't support this property or method
JMail = Server.CreateObject("JMail.SMTPMail"
JMail.ServerAddress = "pop.email.com";
JMail.Sender = Request.Form("email"
JMail.FromName = Request.Form("name"
JMail.Subject = "hello";
JMail.AddRecipient = Request.Form("recipient"
JMail.Body = message;
JMail.Priority = 3;
JMail.Execute; wazilian
King of Wazil
Microsoft JScript runtime error '800a01b6'
Object doesn't support this property or method
JMail = Server.CreateObject("JMail.SMTPMail"
JMail.ServerAddress = "pop.email.com";
JMail.Sender = Request.Form("email"
JMail.FromName = Request.Form("name"
JMail.Subject = "hello";
JMail.AddRecipient = Request.Form("recipient"
JMail.Body = message;
JMail.Priority = 3;
JMail.Execute; wazilian
King of Wazil