> FWIW, it also happens when attempting to read the status property of the > XHR object before its readyState is 4 (before > onSuccess/Failure/Complete, that is).
That is rather strange because for my code: if(req.readyState == 4){ if(req.status == 200){ I got the error message for the first of this two lines. I'm wired. The file I'm trying to access is from the same domain but I'm locating it using relative path. I don't think it can be the matter. The other strange fact is that on localhost everything works fine. On the remote server it fails. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---