Sure you can.

'location.hash' (or 'window.location.hash') tell you that.
(it your example it would be equal to "#xxxx")


On Sat, Jul 11, 2009 at 8:03 PM, [email protected] <[email protected]>wrote:

> is it possible to get this in javascript atleast?
>
>
> On Sat, Jul 11, 2009 at 5:32 PM, justin davis <[email protected]> wrote:
>
>>
>> The data after the # is only used by the browser to jump down to a
>> correspondingly named anchor.  It is not sent along with the request
>> by most (any?) browsers.
>>
>> On Jul 11, 8:25 pm, "[email protected]" <[email protected]> wrote:
>> > for this type of url:
>> >
>> > http://localhost/start/#xxxx
>> >
>> > is it possible to get this #xxxx in web.py?
>> >
>> > it is not available in web.input() or web.ctx.path.
>> >
>> > thanks
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to