I personally use cfsavecontent if I need to save more than a few words... or if there's quotes and punctuation involved. I think it makes for more readable code.
M@ Bourke wrote: > <cfsavecontent variable="Test"> > ... Some JS code. > </cfsavecontent> > ???????????? > > I've never used cfsavecontent to use cfhtmlhead > I simply just use cfhtmlhead and place my javascript within its text > attribute. > You do need to make some minor syntax changes to your JS as far as > quotes go. > > does everyone else use cfsavecontent when giving head to the javascript > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
