I've used tags before (I can't remember which ones) that have written comments or info at the top of the HTML document, even though the tag was down at the bottom of the page. How do I write HTML at the top line of the page before the page is processed?
I think you mean the tag <cfheader> or the custom tag <cf_htmlhead> (which is a Fusebox tag). Also I think you mean that you want these lines to be written before the response is sent to the browser, right ("before the page is processed" ?
Well, since CF buffers the entire response before it is written to the browser, that won't be a problem. Use either of the two tags I mentioned and your app will be fine ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.