Answer the question
In order to leave comments, you need to log in
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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question