On Jan 10, 11:44 pm, Arlo <[email protected]> wrote: > I am trying to use readyState == 3, but it is apparently never fired. > I only see 1 and 4 being fired. Is there some sort of requirement > needed for state 3 to be fired (besides browser support)?
I am not sure what you are trying to achieve nor the way you are doing it but I believe that to remain cross-browser safe (and if that it is not mandatory for your objectives) you should only use "readyState == 4". If you need more help from people here you should at least specify your environment and maybe show an (reduced) example of what you are trying to do. Is that a "local" or a "remote" page/server you are testing with ? Are you using "sync" or "async" requests ? Without those minimal guidance, answering is like shooting in the dark :) That's what I did. -- Diego -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
