[jQuery] Ajax & Vista (IE)
I am having a stange problem with performing a simple AJAX call on a
Vista machine using IE as the browser. The same request work fine with
Firefox on the same machine. Here is the sample code
<script src="jquery.js"></script>
<script>
$(function(){
$("#temp").load("test2.cfm");
});
</script>
<div id="temp">
</div>
The error I get in the script window will be "Automation Server can't
create object". Any idea?