简体   繁体   中英

Javascript: Uncaught ReferenceError: XMLhttpRequest is not defined

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>   

这是XMLHttpRequest ,请注意大写的H

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM