Guest_imported
New member
- Jan 1, 1970
- 0
Hi E$verybody,
I'm trying to work out how to have an Input Box that can validate
If someone types in nothing it'll display an error message.
I'm trying the below but its not working?
SrchStrLen = len(SearchString)
if left(SearchString, 1) = "" then
SrchStrLen = SrchStrLen-1
reponse.write "Error Error"
end if
I'm trying to work out how to have an Input Box that can validate
If someone types in nothing it'll display an error message.
I'm trying the below but its not working?
SrchStrLen = len(SearchString)
if left(SearchString, 1) = "" then
SrchStrLen = SrchStrLen-1
reponse.write "Error Error"
end if