M
Mettá
my brain is no longer werkings...
I am trying to set a form to email to a potential limited number of people
with something like
<%If x=1 Then eml2="[email protected]" End If%>
<%If x=2 Then eml2="[email protected]" End If%>
<%If x=3 Then eml2="[email protected]" End If%>
x is based on a form selection in a previous page. The email must not show
up, they will be used in a CDO mail so will not show up in the html. (To
stop harvesters)
So how do I get "eml2" to accept the text value?
Thanks
M
I am trying to set a form to email to a potential limited number of people
with something like
<%If x=1 Then eml2="[email protected]" End If%>
<%If x=2 Then eml2="[email protected]" End If%>
<%If x=3 Then eml2="[email protected]" End If%>
x is based on a form selection in a previous page. The email must not show
up, they will be used in a CDO mail so will not show up in the html. (To
stop harvesters)
So how do I get "eml2" to accept the text value?
Thanks
M