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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:52:28+00:00 2026-05-26T12:52:28+00:00

I am facing a strange issue of different behavior of a same web application

  • 0

I am facing a strange issue of different behavior of a same web application in different IE8 versions.One version is like IE 8 CO ( corporate administrator ) i.e version A and another is normal IE 8 version. i.e version B
The issue is in version A, I am calling one cgi on the onload event which is responsible to flash a file on a board. But in vA it is not getting called at all which I can figure out from the logs of apache web server and also from internal logging methods.
In case of vB, it is working fine and doing as expected.

Do you know what may be the [possible cause of this ?

Note – Both systems/Environment is are the same just one difference is of versions.
Also this application is working in Firefox perfect;y.

Please help me on this as I have passed very much time on this and also searched a lot but not found even the cause of the same.
Unless I can’t find the way I can’t proceed in my project.

I think that the vA (corporate administrator ) of IE8 may be denied for the file transfer for security reasons ???.

Thanks a lot in advance…

  • 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-05-26T12:52:29+00:00Added an answer on May 26, 2026 at 12:52 pm

    I found the solution…!!!
    It was one security setting in IE8 that caused this problem.
    It was like – Tools -> Internet Options -> Advance -> security -> “Enable Native XMLHttp Support”.When it is disabled then IE was not able to send XHR to server so it was hanged.
    I resolved this by using the following code :

     function getXMLHttpRequest() {
            var xmlHttpReq;
            if (window.XMLHttpRequest) {
                xmlHttpReq = new window.XMLHttpRequest;
            }
    //    Instead of using else if(window.ActiveXObject("Microsoft.XMLHTTP")){
    //        xmlHttpReq = new window.ActiveXObject("Microsoft.XMLHTTP");
    //}
    //I used this :-
            else {
                try {
                    xmlHttpReq = new window.ActiveXObject("Microsoft.XMLHTTP");
                }
                catch(ex) {
                    alert('Exception in initializing the XMLHttpRequest object '+ex.toString());
                    return null;
                }
            }
            return xmlHttpReq;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am facing strange issue with our WCF service. The same code was working
I've websphere application server 7 network deployment, and am facing a very strange issue,
I am facing an strange issue. I developed java web app in java 6
A little strange issue I am facing, When assigning in one line it is
I am facing a strange issue while using javascript setTimeout function in IE8. I
I am facing a strange issue with apache MINA. I have server application which
I am facing strange issue on Windows CE: Running 3 EXEs 1)First exe doing
I'm facing a strange issue, I'm trying to localize a website, so i converted
I'm facing a rather strange Issue when trying to load data from an XML-Webservice.
I am facing a very strange issue. I have a SharePoint webpart that displays

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.