E
E
elsa-frozen2015-03-18 16:22:55
JavaScript
elsa-frozen, 2015-03-18 16:22:55

How to make jQuery .load() method work on IE9 on intranet?

Actually, the code itself. Nothing clever.

<script type="text/javascript">
    $(document).ready(function(){
        $('#printer').load('http://1.2.3.4/cgi-bin/dynamic/printer/PrinterStatus.html')
    });
</script>

It works in IE11, it works in the current version of Chrome, it doesn't work in IE9. jQuery version is 2.1.3, IE9 is supported. Just in case, I tried to roll back to older versions of the framework - it did not help. The feeling that some peculiarities of the behavior of this version of the browser when working on the intranet interfere, some kind of cunning configuration of security settings, or some other cunningly twisted bells and whistles, born of the gloomy genius of MicroSoft.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kir ---, 2015-03-18
@SowingSadness

Try http://1.2.3.4adding to trusted sites.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question