Ajax in IE < v7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • empiresolutions
    New Member
    • Apr 2006
    • 162

    Ajax in IE < v7

    Hello,

    I have a IE issue to resolve. Using the code found here, http://www.wrgd.com/assets/js/ajax-get-set.js, my AJAX calls send and recieve fine in FF and IE 7, but in earlier IE versions like 6.0.2900..... especially it fails. All it returns is "Started... " which is at line 87. How can i make this work in IE < v7?

    There has to be a fix out there. Thanks for all your help.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Are you getting an error, or does your AJAX call just go out past Jupiter somewhere, never to be heard from again?

    PS. This is what I see on line 87:
    [code=javascript]
    if(req.status == 200)
    [/code]

    Comment

    • empiresolutions
      New Member
      • Apr 2006
      • 162

      #3
      Solution is, http://forums.digitalp oint.com/showthread.php? t=348888#post33 02755

      Comment

      Working...