Does anyone know how to get the 'named links' from the request path from with a view? For example, I'd like to get 'blah' from the following URL: test.com/somepage/?someget=xyz#blah
I know about the methods request.path or request.get_full_path()... but neither these return the 'named' part of the URL. The reason this is important is because I'm using AJAX to modify the page. A well known practice is to use 'named links' to change the location of the document without having the browser reload the page. So pages like test.com/my_document#page=1 and test.com/ my_document#page=2 do not need a full reload and each can be book marked by the user. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

