Is there a way to test a string to see if it has a double-quote?
I just need to do something like:
I know the above won't work, but I've tried several ideas, and can't seem to get it right.
joe
I just need to do something like:
ASP Code:
|
If Left(Request.Form("searchKeyword"), 1) = " Then
I know the above won't work, but I've tried several ideas, and can't seem to get it right.
joe
