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:313864
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to