3 Jan
2006
3 Jan
'06
11:53 p.m.
Fred Drake schrieb:
The hash and the fragment-identifier that follows are only used by the browser and are not sent as part of the HTTP request. If you need information beyond the document identifier to be sent, you need to use query parameters.
You are right, parameters are my friend. I have tried to use the hash with some javascript to load the (rest of the) page via XHR, works nice w/o authentication. Regards Jürgen