Click to See Complete Forum and Search --> : problem with async in IE but not mozilla


aminmix
07-11-2009, 12:10 PM
i want to load a xml file and show a preload gif ,until it loads completely .
but in IE when i call the xml loader function, IE freezes until loading of xml file completes .
in other word ,IE7 will hang when arrives to "async = false;" .
the simple code is here: http://www.hirsa-co.com/lab/loadXMLtest.htm
and advanced cod is : http://www.hirsa-co.com/lab/extendible/extendible3.htm
it`s working correctly in FireFox and Opera but it doesn`t work in IE7.
Can anyone HELP?