Morning,
Is there a way to tell the script if there is no value stop processing otherwise go ahead and use the form value?
This is what I have:
If SENDEMAIL Then
Set MailObject = Server.CreateObject("CDO.Message")
MailObject.From = FROMEMAILADDRESS
if MailObject.To = "" then ??
else MailObject.To = Request("email") end if
'other code goes here
Thanks for any help.
Laura
Is there a way to tell the script if there is no value stop processing otherwise go ahead and use the form value?
This is what I have:
If SENDEMAIL Then
Set MailObject = Server.CreateObject("CDO.Message")
MailObject.From = FROMEMAILADDRESS
if MailObject.To = "" then ??
else MailObject.To = Request("email") end if
'other code goes here
Thanks for any help.
Laura