Re: firefox ajax
- From: Martin Honnen <mahotrash@xxxxxxxx>
- Date: Thu, 13 Sep 2007 17:26:55 +0200
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.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
.
- Follow-Ups:
- Re: firefox ajax
- From: Active Discovery Development
- Re: firefox ajax
- References:
- firefox ajax
- From: Active Discovery Development
- firefox ajax
- Prev by Date: Re: IE 7.0 + Fullscreen + Drag & Drop = False
- Next by Date: Re: firefox ajax
- Previous by thread: Re: firefox ajax
- Next by thread: Re: firefox ajax
- Index(es):
Relevant Pages
|
Loading