RE: Change Header Value (tds)

2000-12-05 Thread Dave Watts
> I have a *.cfm template that I want to just spit out text and be > interpreted by the browser to be just text. > > I'm assuming I need to change the header "Content-type:" from > "text/html" to "text/plain". Can I do this and if so how? You can use the CFCONTENT tag to do that. Here's an examp

Change Header Value (tds)

2000-12-04 Thread Troy Simpson
I have a *.cfm template that I want to just spit out text and be interpreted by the browser to be just text. I'm assuming I need to change the header "Content-type:" from "text/html" to "text/plain" Can I do this and if so how? So far, I have attempted to use the tag but when I display the head