Looks like it is because of your IE's security settings http://www.google.com/search?hl=en&q=Vista+IE+Ajax+Automation+Server+can%27t+create+object&btnG=Search
On Oct 14, 12:47 pm, qasimrasheed <[EMAIL PROTECTED]> wrote: > 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?