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 8648123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:14:30+00:00 2026-06-12T13:14:30+00:00

I use ajax for call remote webpage,this works on ff,chrome and ie correctly, i

  • 0

I use ajax for call remote webpage,this works on ff,chrome and ie correctly,
i test using develop site and it works correctly

also the header files on remote page allows the cross domain request,

but when i add this code to live site it giving. this gives on ie other browsers are working fine

SCRIPT16389: Unspecified error on xmlhttp=new XMLHttpRequest();

i also changed the headers to allow request from live site, but no luck can any one help me please

var xmlhttp;
    if (window.XDomainRequest)
    {
        xmlhttp=new XDomainRequest();
        xmlhttp.onload = function(){ //alert(xmlhttp.responseText)
        };
    }
    else if (window.XMLHttpRequest)
        xmlhttp=new XMLHttpRequest();
    else
        xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    xmlhttp.onreadystatechange=function()
    {
        if (xmlhttp.readyState==4 && xmlhttp.status==200)
            alert(xmlhttp.responseText);
    }
    xmlhttp.open("GET",'http://oncorecables.com/stock/jumi/cross.php',true);
    xmlhttp.send();

live site
http://mychatterbook.com/profiles/members/

thank you

  • 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-12T13:14:31+00:00Added an answer on June 12, 2026 at 1:14 pm

    Are you using IE8 in InPrivate mode?

    There is a bug in IE8 which causes cross-domain HTTP requests using the XDomainRequests object to fail when the user is browsing in InPrivate Browsing mode (See http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx).

    I myself have worked around this by using jQuery’s $.get() method. If you’re not using jQuery in your website, you might want to go through jQuery’s source code to investigate how they’ve worked around this as they apparently have managed to do this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using $.ajax() to send a post call to the server. If I use
I'm making a ajax call using jQuery I'm making use of the following options
I am trying to use relative url with a post ajax call as follows:
i am trying to make a ajax call by making use of jquery UI
So I am trying to use jQuery to insert data from an ajax call.
I want to create a simple AJAX call, based on How to use Servlets
I use a plug-in called nyroModal to call a page via AJAX and display
Is this possible to use Ajax.Beginform with update target inside of ajax form. like
So I am appending the following after an AJAX call, and this AJAX call
I am using JQuery ajax call for sending synchronized call to server and want

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.