P
Paul C
Hi
I cant get this to work any suggestions
Thanks
<%
Dim ContactName, sContact
ContactName = Request.Form("name")
if ContactName= "Richard"
Then sContact= "(e-mail address removed)"
End if
%>
I cant get this to work any suggestions
Thanks
<%
Dim ContactName, sContact
ContactName = Request.Form("name")
if ContactName= "Richard"
Then sContact= "(e-mail address removed)"
End if
%>