On Wed, Sep 03, 2003 at 03:47:17PM -0400, Neil Schemenauer wrote:
> Therefore, fragments will not been seen by Quixote, they are handled by
> user agents.
This is exactly the bug that I am trying to fix. It is not a bug in
Quixote, it is a bug in M$IE - that user agent sends URL fragments.
I found it in a very simple situation - after processing a form I
sent redirect to http://my.server/path/to/newform#bottom and oops - M$IE
really sends me that #bottom part back. Other browsers do not send
fragments - I tested Mozilla, lynx and links.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.