Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8628189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:28:28+00:00 2026-06-12T08:28:28+00:00

Seriously, what the flip is wrong with IE? It throws an Object doesn’t support

  • 0

Seriously, what the flip is wrong with IE? It throws an “Object doesn’t support this property or method” error when i’m accessing XML data loaded via AJAX. I’ve spent the whole night trying to find the cause, but with no success.

Nothing wrong with the code, nothing wrong with the XML data, works fine every other browser, in fact it even works in IE9, but only when it’s running local, as soon as it’s in the internet zone it starts throwing errors. One could think that it’s the zone security settings, but it doesn’t even work with lowest security settings.

The debugger shows that the XML data was loaded and parsed sucessfully, it shows that data is of type IXMLDOMDocument2, where as locally it says it’s of type Document, having a look at the jQuery source shows that it’s probably using Microsoft.XMLHTTP locally, and otherwise XMLHttpRequest if available, so that might have something to do with it.

I can workaround this problem by loading the data as text, and using $.parseXML afterwards, but i’d really like to know what’s going on here, is this a known bug, or am i missing something else?

Example (using jQuery 1.8.2):

<?xml version='1.0' encoding='utf-8'?>
<root>
    <child>child</child>
</root>

$.ajax({
    url: 'test.xml',
    dataType: 'xml',
    success: function(data)
    {
        alert(data);
    }
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:28:29+00:00Added an answer on June 12, 2026 at 8:28 am

    If you want to see ‘data’ as a string that can be alerted, do this:

    $.ajax({
        url: 'test.xml',
        dataType: 'text',
        success: function(data)
        {
            alert(data);
        }
    });
    

    If there is something else you are doing with the XML, we need to see what you are trying to do.

    Based on what you posted (I downloaded it), this works in IE:

    $.ajax({
        url: 'test.xml',
        dataType: 'xml',
        success: function (data) {
            alert(jQuery(data).find('child').text());
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I seriously cannot solve this syntax error: PG::Error: ERROR: syntax error at or near
I seriously cannot find the correct way to do this. I have this method
This is probably seriously easy to solve for most of you but I cannot
Pardon the pun in my title (heh) but this is seriously driving me nuts!
Probably I cant get more dumb, but seriously this is the first time I
So basically, I've run into this problem enough times that it is seriously frustrating
Seriously, I don't know what to google. Here's the thing, I like this Java-like
I'm seriously perplex at how this guy make the console do this. This being
Seriously Parse error: syntax error, unexpected '<' on line 22 Code snippet from line
I seriously cant understand why this is so hard... I have some experience with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.