URL fragment identifiers (i.e., the part after the #) are not sent to the server -- they are only used in the browser to navigate within a page. So, I think you can only test for a fragment identifier on the client side (i.e., via javascript).
Anthony On Thursday, January 12, 2012 5:47:39 AM UTC-5, Annet wrote: > > Is there a way to test whether a url contains the # sign? As in this > url: > > http://127.0.0.1:8000/init/addressbook/details/392#contact > > > Kind regards, > > Annet

