Question
error message mail to address
i have a form that i want to send an email to the address
that is submitted in the form.
i get the following error message for this line of code
ObjSendMail.To = "<%=cStr(Request.Form("textfield"))%>"
'error message'
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/PRCleaning/test.asp, line 95, column 40
ObjSendMail.To = "<%=cStr(Request.Form("textfield"))
what should the code be?
thanks for your help
i get the following error message for this line of code
ObjSendMail.To = "<%=cStr(Request.Form("textfield"))%>"
'error message'
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/PRCleaning/test.asp, line 95, column 40
ObjSendMail.To = "<%=cStr(Request.Form("textfield"))
what should the code be?
thanks for your help
