[thelist] asp regexp/substring

Joshua Olson joshua at waetech.com
Fri Oct 26 09:27:17 CDT 2001


Try something like:

strFromPage = request.servervariables("HTTP_REFERER")
pageName = Mid(strFromPage, InStrRev(strFromPage, "/") + 1)

HTH, (Hope this is right!)

-joshua







More information about the thelist mailing list