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.