karenmierkalns
Programmer
Is there a way to get just the name of the file of the page you are on? Rather than just the values passed to the page (querystring), I want the actual asp page name. I don't want to have to pass the name of the file as a value, because that would be a hassle.
Even if I could get the entire URL, I could do some parsing with it to get the actual file name.
ie. if the page is:
I would like to get just "home.asp"
Thanks. - Karen
Even if I could get the entire URL, I could do some parsing with it to get the actual file name.
ie. if the page is:
I would like to get just "home.asp"
Thanks. - Karen