From an excellent discussion with Peter/Matt, we've made some improvements to CFHTMLHEAD and added a new tag, CFHTMLBODY to the OpenBD stable:
CFHTMLHEAD http://www.openbluedragon.org/docs/index.cfm?tag=CFHTMLHEAD CFHTMLBODY http://www.openbluedragon.org/docs/index.cfm?tag=CFHTMLBODY Not only can you now decide if you want the content to be at the start or end of the HEAD/BODY section, you can also use closing tags to express content now instead of using an external variable. <cfhtmlhead position="prepend"> <title>My Title</title> </cfhtmlhead> <cfhtmlbody> <script src="somejavascript.js"></script> </cfhtmlbody> This lets you now push Javascript down at the bottom of your page and get a small performance gain from the browser load/rendering. Part of the nightly build. -- aw2.0 http://www.aw20.co.uk/ we're hiring http://jobs.aw20.co.uk/cfml-developer --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
