Brad Wood wrote:
> Ok, so I've got ajaxcfc running pretty smoothly, but I still need some
> help with my major catching point-cfhtmlhead.

Don't use CFHTMLHEAD in your application.cfm or whatever then.  Or, if 
you do, wrap code around it that causes it *NOT* to happen on ajax calls.

<cfif refindnocase("\.cfc",CGI.SCRIPT_NAME) is 0>
        <cfhtmlhead ...>
</cfif>

Maybe that'd help.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247792
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to