eml2 = Request.Form("WhateverTheHeckTheFormFieldNameIs")
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.
"Mettá" <(E-Mail Removed)> wrote in message
news:%23B$%(E-Mail Removed)...
> 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="(E-Mail Removed)" End If%>
> <%If x=2 Then eml2="(E-Mail Removed)" End If%>
> <%If x=3 Then eml2="(E-Mail Removed)" 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
>
>
>
|