I need to find a function that would allow me to take the string from request.servervariables("URL") and keep just he part between the first and last slashes. e.g. " would keep "/folder1/folder2/" only)
I was trying to use the InStr() and Mid() but that didn't quite work.
Is there a function or server variable I've been overlooking or something?
bob
I was trying to use the InStr() and Mid() but that didn't quite work.
Is there a function or server variable I've been overlooking or something?
bob