[jQuery] .load errors in IE6 & 7
Ok this is driving me crazy. When executing .load I'm getting a
"XMLHttpRequest is Undefined" in IE 6 and in IE7 the error is
"Permission Denied". It creates a blank page with this in the source:
<script id=__ie_init defer=true src=//:></script>
Right before the .load it is successfully executing an ajax call that
updates my database. Any ideas?