I have a page that uses <cfwindow>. It works fine on my dev machine. Works fine 
at CrystalTech shared hosting...

But on my HostMySite VPS server, I get undefined errors in Firebug. 

CF is generating this:

<script type="text/javascript">
ColdFusion.Ajax.importTag('CFWINDOW');
</script>

Which produces errors like this:

ColdFusion is not defined
ColdFusion.Ajax.importTag('CFFORM');

My code calls <cfform> tags as well:

<cfajaximport tags="cfform"> 

Like I said, all works well on other servers and my dev machine. 

Thanks,
Will 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290732
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