It's not a jQuery problem but an IE and/or ActiveX problem. Googling that
error brings up a load of people who've encountered the same. Couldn't see a
solution in the two pages I looked at.

Adrian
Building a database of ColdFusion errors at http://cferror.org/

-----Original Message-----
From: Qasim Rasheed
Sent: 14 October 2008 17:51
To: cf-talk
Subject: SOT: Jquery & VISTA (IE)


Apologies for slightly off topic post but based on number of JQuery guru on
this list, I thought someone might be able to shed some light. Here is the
message that I posted on jQuery list few moments ago
I am having a strange 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?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313890
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to