Hi, Anyone know the way I could dynamically insert data in this form.
I am trying to insert the email address in this form from my database using
objCDOSYSMail.T o ="rsCard("PostC ardID")" of course this doesnt work but I dont know the method to write requests within asp or even if its possible
Any help would be great
Thanks
Richard
Code:
emailFrom = FilterCchar(FTGemailaddress) objCDOSYSMail.To = "<rich33@hotmail.com>" objCDOSYSMail.From = emailFrom objCDOSYSMail.Subject = emailSubject objCDOSYSMail.TextBody = emailBodyText objCDOSYSMail.BodyPart.Charset = "ISO-8859-1" objCDOSYSMail.Send
objCDOSYSMail.T o ="rsCard("PostC ardID")" of course this doesnt work but I dont know the method to write requests within asp or even if its possible
Any help would be great
Thanks
Richard
Comment