hello,
I'd like to know how to use a VBScript variable's value as part of the Message body in the email.
For eg.
<%
Dim Var
Dim Mail
Var = Request.Form("txt_Var"
-- create all the mail objects.
set Mail = server.CreateObject("CDONTS.NewMail"
Mail.body = Var
-- so, this is equivalent to sending the value of the variable Var, right?? but this does'nt work. So I'd like to know how it can be done.
PLEASE REPLY ASAP!!! YOUR help is greatly appreciated.
Thanks,
Radhika.
%>
I'd like to know how to use a VBScript variable's value as part of the Message body in the email.
For eg.
<%
Dim Var
Dim Mail
Var = Request.Form("txt_Var"
-- create all the mail objects.
set Mail = server.CreateObject("CDONTS.NewMail"
Mail.body = Var
-- so, this is equivalent to sending the value of the variable Var, right?? but this does'nt work. So I'd like to know how it can be done.
PLEASE REPLY ASAP!!! YOUR help is greatly appreciated.
Thanks,
Radhika.
%>