Re: firefox ajax




"Martin Honnen" <mahotrash@xxxxxxxx> wrote in message
news:%23%231DJqh9HHA.4712@xxxxxxxxxxxxxxxxxxxxxxx
Active Discovery Development wrote:

http_request.open("GET", url, false);

anyone knows why this line isnt working in firefox?
if i change it to true its working but i need to use false.

I am sure the open call works with false for the asynchronous argument.
But Firefox does not fire onreadystatechange events in that case so you
need to put your code processing the response after the send call.


wow! it works! thanks for your help Martin!

i notice that firefox doesnt fire onreadystatechange when async is false, i
just didnt know that processing the response after the send call will work.
thanks for your help!

good day and good luck!


.



Relevant Pages

  • Re: firefox ajax
    ... anyone knows why this line isnt working in firefox? ... Firefox knows. ... Open the Error Console to get detailed error messages. ... Unsolicited commercial email will be read at a cost of $500 per message. ...
    (microsoft.public.scripting.jscript)
  • Re: firefox ajax
    ... Active Discovery Development wrote: ... anyone knows why this line isnt working in firefox? ... But Firefox does not fire onreadystatechange events in that case so you need to put your code processing the response after the send call. ... Martin Honnen --- MVP XML ...
    (microsoft.public.scripting.jscript)
  • Re: Ajax and Iframes
    ... Just about anything you can do in IE, you can do in Firefox better. ... oHttp = new window.XMLHttpRequest; ... For the Response, if you want to send XML code back, make sure to set ... the XML code will be available in oHttp.responseXML. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Why Redraw of the whole page when paginating?
    ... I don't think there will have much difference between the FireFox or IE's ... behavie on handling buffered web page response. ... data and enable output buffer, both firefox and IE will provide blank ... So far I can't get some other options for the buffered web pages, however, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: An interesting observation
    ... response times. ... I also noted that Firefox ... (I had the problem with the router in place ... waiting for a return response. ...
    (Fedora)

Loading