0

I moved a file from one server (where it worked) to another and received this error from the console. Is there some library or something that could be missing from the server? It's running IIS 7 on windows server 2008 R2 Standard.

<script> 
        var xmlhttp = new XMLhttpRequest();
    </script>   

1 Answer 1

1

It's XMLHttpRequest, note the capital H

Sign up to request clarification or add additional context in comments.

2 Comments

That was it... Is there a reason the other server ignored it? Isn't this browser-controlled?
@PatrickSchomburg it has nothing whatsoever to do with the server.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.