|
processResponse isn't getting triggered because xmlHttp.readyState = 1 and doesn't seem to change. I stripped out the if statements in handleStateChange(), but obviously if the readyState isn't changing from 1, there's no data to eval()
I'm assuming a readyState of 1 means the code isn't able to render the page? Any idea why that would be? It wouldn't have to do with security or permissions would it?
|