0 LIKES LikeUnLike
I made an application for my web site it is supposed to be a contact us email. The page has a form that you fill out with comments and it gets emailed to the website moderator. Here is the Code I used:<Set fromUser=Request.Form("username")Set messageContent=Request.Form("usercomment...Set email=CreateObject("CDO.Message")email.Subject="Hilaal.org Comment"email.From="info@hilaal.org"email.To="raptor753@gmail.com"email.HTMLBody="From: " fromUser "" messageContentSmtpMail.SmtpServer="email hilaal.org"email.SendSet email=Nothing>And this is the Error I keep Getting:Microsoft VBScript runtime error '800a01a8'Object required: ''/contactus.asp, line 26 Thank you for any help.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.