Server discovery. Classic ASP transfer
2 answers
You can check if the Request.ServerVariables("URL")
current page matches . For Server.Transfer, the URL is still the original page that was requested.
In response to your edit: the page must provide the current page name for the code in the library, otherwise there is nothing in the library to compare the requested URL.
0
a source to share