|
-
May 14th, 2008, 11:18 AM
#1
Thread Starter
Addicted Member
Get URL with Named Anchor
Hi,
I've got this url http://mysite.com/offers.aspx#offer3
How can I access the #offer3 - its not present in any of the Request.ServerVariables collection ?
Thanks
-
May 14th, 2008, 11:26 AM
#2
Frenzied Member
Re: Get URL with Named Anchor
try Request.QueryString(0)
-
May 14th, 2008, 01:33 PM
#3
Re: Get URL with Named Anchor
You cannot. It needs to be done client side. Any logic based upon that anchor needs to be client side.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|