PDA

View Full Version : Pulling my hair out over ajax


amykhar
02-15-2006, 04:44 PM
I am working on an ajax function that will check the database for a value and return the list of results.

For some reason, It is not sending me a status. It goes to readyState = 4, but if I check status, nothing is there. I don't get a response to my inquiry either.

I have tried intentionally sending it to the wrong url to get a 404 error and I'm getting zip for status.

I'm going insane. Does anybody have any idea of what could be going wrong?

Amy

Marco van Herwaarden
02-15-2006, 07:17 PM
Maybe some snippets?