durusmail: quixote-users: (Not) stripped URL fragment - solved
(Not) stripped URL fragment - solved
2003-08-06
2003-09-03
2003-09-03
2003-09-04
(Not) stripped URL fragment - solved
Oleg Broytmann
2003-09-03
On Wed, Sep 03, 2003 at 04:17:15PM -0400, Neil Schemenauer wrote:
> +        if '#' in request.uri:
> +            # MSIE is buggy and sometimes includes fragments in URLs
> +            [request.uri, fragment] = request.uri.split('#', 1)

   I will test it tomorrow (it is half past midnight here now :)

Oleg.
--
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

reply