CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TimothyH

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    19,492

    Re: AJAX readyState = undefined

    note

    I just found out that when using:




    xmlHttpRequestObject.onreadystatechange = function(){

    if(this.readyState==value){
  2. Replies
    10
    Views
    19,492

    Re: AJAX readyState = undefined

    ... :(
    Thanks for the help. it doesn't help that when assigning an event you have to use all lowercase.


    EDIT: i have one more question. In what type of context can i use this?
    ( if this...
  3. Replies
    10
    Views
    19,492

    Re: AJAX readyState = undefined

    Thanks for your help so far, though the solution you have given me still returns undefined :(.
    I'ts weird because i've used exactly the same code in another section of my application and it does not...
  4. Replies
    10
    Views
    19,492

    Re: AJAX readyState = undefined

    Thanks for your reply, but i have tried this already and i still get an "undefined"... i thought this referred to the "owner" of the function when the function is asigned like
    object.event =...
  5. Replies
    10
    Views
    19,492

    AJAX readyState = undefined

    Hello Codegurus,

    The following piece of code returns a readystate that's "undefined".
    The alert appears 4 times in IE and in FF. so i reckon the readystate changes 4 times ?; but it's always...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured