xmlhttp.status = 12031
I am testing the autosuggest example in chapter 7. At the "requestSuggestions" function:
oHttp.open("post", "suggestions.php", true);//OK
OHttp.send -- does not throw an error
oHttp.readyState == 4 but
oHttp.status is always 12031
There are lots of forum discussions of this error on other sites but none are helpful. I have tried different ways to address "suggestions.php" but nothing worked. I am using IE7 and IIS
Removed the "echo" statement from suggestions.php and still get a readyState == 4
5.1. Don't know how to tell if the "POST" made it to suggestions.php
|