Re: firefox ajax
- From: "Active Discovery Development" <development@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Sep 2007 09:27:58 +0800
"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!
.
- References:
- firefox ajax
- From: Active Discovery Development
- Re: firefox ajax
- From: Martin Honnen
- firefox ajax
- Prev by Date: Re: firefox ajax
- Next by Date: Re: Get a keystroke in JScript console app
- Previous by thread: Re: firefox ajax
- Next by thread: Re: IE 7.0 + Fullscreen + Drag & Drop = False
- Index(es):
Relevant Pages
|
Loading