Get hash value from url using Classic asp

I'm trying to find a way to get the hash value in asp, like mysite.com # main I tried all the server variables but didn't seem to find #main. I know how to get it through javascript, but I need to somehow get this variable into a classic asp variable. Of course, appreciate any help. I was looking for a watch. Best.

+3
source share
1 answer

It's impossible.

The browser does not include the hash and that after it in the URL, it sends only the hash message to the server.

+4
source

All Articles