Reputation: 1197
So we have a URL. This url looks like: www.test.com/#test
How do I grab the #test using something similar to
statereq = request.querystring("state")
I need to perform an action based on what # is.
Upvotes: 0
Views: 49
Reputation: 219824
You can't. It isn't sent to the server.
Upvotes: 4