Ok, I found the bugg why your page is giving wrong ch for me...
When I look at your url after it has been submitted, the value for "url" is like this:
Code:
http%3A%2F%2Fwww.example.com
BUT for me the toolbar priduces this:
Code:
http%3A%2F%2Fwww.example.com%2
For every request it puts %2 after the call... why? Is this an client thing? I got WinXP and running IE6.0, all patched and done.
=(