Forum Moderators: open
When Someoone goes there, I can get the URL using request.servervariables("URL"). I will then retrieve ThePage.asp..
I would also like to capture #Here. (the realtive link).
Any suggestions?
If that doesn't work, you can do an InStr function on the querystring in ASP to find the location of the '#' character and get it that way.
Hope that helps,
Mike