Niente da fare![]()
Sto provando su un web server, quindi il problema non è questo, mettendo un alert(xhr.status) prima dell' if(xhr.status == 200) Firefox mi restituisce questo codice di errore:
Exception..."Component returned failure code: 0x80040111(NS_ERROR_NOT_AVAILABLE)[nsIXMLHttpRequest.status]" nsresult:"0x80040111 (NS_ERROR_NOT_AVAILABLE)"
location:"JS frame::http://www.miosito.com/js/ajax/ajax....leSyncid::line 53" data:no
E' lo stesso errore che mi dava prima. Ma xmlHttpRequest è istanziato, perchè fino al if(xhr.readyState == 4) ci arriva. C'è qualcuno che sa da cosa possa dipendere?