L
Liefer Thole
I have designed a form and I want to receive the results
to my Email. I have written script on ASP but they are not
working. Can someone help wih th code.
When I click Submit it must submit without opening new
mail window.
here are my script: If the is a mistake with them please
rectify and send it to me or if you have working code you
cansnd them to me, Please
<%
Dim FirstName
FirstName = Request("FirstName")
Dim LastName
LastName = Request("LastName")
Dim DOB
DOB = Request("DOB")
Dim Email
Email = Request("Email")
Dim Cell
Cell = Request("Cell")
Dim Course
Course = Request("Course")
dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "(e-mail address removed)"
objCDO.From = "(e-mail address removed)"
objCDO.Subject = "Registration Confirmation"
objCDO.Body = ""
objCDO.send
%>
<p>Thank You For Registering</p>
to my Email. I have written script on ASP but they are not
working. Can someone help wih th code.
When I click Submit it must submit without opening new
mail window.
here are my script: If the is a mistake with them please
rectify and send it to me or if you have working code you
cansnd them to me, Please
<%
Dim FirstName
FirstName = Request("FirstName")
Dim LastName
LastName = Request("LastName")
Dim DOB
DOB = Request("DOB")
Dim Email
Email = Request("Email")
Dim Cell
Cell = Request("Cell")
Dim Course
Course = Request("Course")
dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "(e-mail address removed)"
objCDO.From = "(e-mail address removed)"
objCDO.Subject = "Registration Confirmation"
objCDO.Body = ""
objCDO.send
%>
<p>Thank You For Registering</p>