<br><br><div><span class="gmail_quote">On 10/25/06, <b class="gmail_sendername">Randy Jonasz</b> <<a href="mailto:rjonasz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">rjonasz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Zbigniew,<br><br>On 10/24/06, Zbigniew Koziol <<a href="mailto:softquake-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">softquake-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>> wrote:<br>><br>> Does it work at all?<br>><br>> There are a few at least people around who may know. I am having problems with
<br>> that. Things are OK, working on IE 6 and latest Opera. But Mozilla and<br>> Firefox refuse to handle it properly. As well, I find no problems using GET<br>> on all these browsers (actually, I had some, there are tricky differences not
<br>> well documented between them, but I found a way around).<br><br>At work, we use the prototype.js library Ruby on Rails uses.  It<br>solves all of these cross browser difficulties and is amazingly simple<br>to use.  Among other features, you can create an Ajax object and
<br>specify the method and dom element to update.<br><br>Check out <a href="http://prototype.conio.net/">http://prototype.conio.net/</a></blockquote><div><br>
Thanks. Will have a look later.<br>
<br>
I did solve however my problem. Simply I missed to send some HTTP
headers, and while IE and Opera tolerated that - Mozilla and Firefox
did not. The clue was in adding a header line like this:<br>
<br>
    httpRequest.setRequestHeader("Method", "POST "+ url +" HTTP/1.1"); <br>
<br>
I am however not so much into using other libraries. These things are
in principle simple and building my own code helps me to understand it
better and hence have a better control over it. Though agree that other
libraries are sometime more elegant )<br>
<br>
 zb.</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Cheers,<br><br>Randy<br><br></blockquote></div><br>