I am writing application with Ajax in sync mode - xmlHttp.open("G ET",
url, false).
I noticed that in FireFox handler doesn't starts. It starts when I use
xmlHttp.open("G ET", url,true).
I need to use it in sync mode. Any ideas what can I do?
Thanks,
Zalek.
url, false).
I noticed that in FireFox handler doesn't starts. It starts when I use
xmlHttp.open("G ET", url,true).
I need to use it in sync mode. Any ideas what can I do?
Thanks,
Zalek.
Comment