Bei der Gruppe, für die Sie eine Mitteilung verfassen, handelt es sich um eine Usenet-Gruppe. Wenn Sie in dieser Gruppe Nachrichten posten, ist Ihre E-Mail-Adresse für jeden im Internet sichtbar
Ihre Antwort wurde nicht gesendet.
Die Nachricht wurde übermittelt.
Newsgroups: comp.lang.javascript
Von: Martin Honnen <mahotr...@yahoo.de>
Datum: Tue, 28 Jun 2005 13:16:09 +0200
Lokal: Di 28 Jun. 2005 13:16
Betreff: Re: Microsoft.XMLHTTP problem
Botan Guner wrote: For which line/statement of your code does it give that error? > Here is the problem, i'm using Microsoft.XMLHTTP for ie and > XMLHttpRequest for mozilla, on my local server which is win2000 server > i've no problem with that but when i uploaded the file to the web > server of our company which is redhat 9 i still have no problem with > mozilla but the ie gives an error like this, > System error: -1072896658 > xmlhttp.onreadystatechange=function() { readyState takes values of 0, 1, 2, 3, 4 so I don't know why you check > do > { > document.getElementById(n).innerHTML=m; > } > while(xmlhttp.readyState==200) for the value 200. And a blocking while loop in an event handler is not a good idea as that way other events could not be processed. But in your case the loop will not block as the condition readyState == 200 is never true so while you should remove that loop that is not likely solving the error problem you have. -- Martin Honnen Sie müssen sich anmelden, bevor Sie Nachrichten veröffentlichen können.
Bevor Sie eine Nachricht posten können, müssen Sie zunächst dieser Gruppe beitreten.
Bitte aktualisieren Sie vor dem Posten in den Abonnementeinstellungen Ihren Spitznamen.
Sie haben nicht die erforderliche Berechtigung zum Posten.
| ||||||||||||||