I'm running into somewhat of a problem in a CF 5 app I'm running.

I have a javascript snippet that checks for plugins before a specific page 
executes.  Everything is working fine, except when I cflocation to the next 
page, the http headers are displayed on the page.

This is what displays on top of the page

HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Wed, 02 Mar 2005 17:44:49 GMT 
Connection: close Content-type: text/html Page-Completion-Status: Normal 
Page-Completion-Status: Normal 

How can I get that to not display on the page?


This is how I'm calling the javascript snippet on the caller page:
<cfsavecontent variable="pluginCheck">
        <cfinclude template="PluginCheck.cfm">
</cfsavecontent>
<cfhtmlhead text="#pluginCheck#">

If I just include the PluginCheck.cfm as-is, the javascript doesn't execute, if 
I put HTML and Head tags in PluginCheck.cfm, the javascript doesn't execute.  
The only way I could get it to work was by using the cfhtmlhead tag.  But the 
only drawback is that it displays the html headers as described above.

Any help is greatly appreciated.

Thanks,
Ali

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197142
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to