This VBScrip is included on an html form. I'm searching for a function that will allow me to do a "like" statement. I receive a runtime error with the following:
<%
If Request.Form("IPMName" like " and " Then
Response.Write "2"
Else
Response.Write "1"
End if %>
Suggestions would be appreciated!
<%
If Request.Form("IPMName" like " and " Then
Response.Write "2"
Else
Response.Write "1"
End if %>
Suggestions would be appreciated!