Thanks Jon!
Using html tags in the output for the read works fine for me, guess I should
have thought a little more about the specific tag I was having trouble with.
Is it possible to include html tags in the output field for the write? I've
tried several ways/locations within the output for the write to no avail. Is
what I am trying to do even possible? I am emailing a link to the index page
and I'm trying to simply center the output there.
TIA Bob
> <cffile action="write"
> file="#BaseDir#\index.cfm"
> output="Website directories were created successfully on
> #DateFormat(CreateODBCDate(myDate), "mmmm d, yyyy hh:mm:ss")#">
> <cffile action="read" file="#BaseDir#\index.cfm"
> variable="confirmation">
> <cfoutput>
> #HTMLCodeFormat(confirmation)#
> </cfoutput>
You can put any HTML tags into your output, but you may need to escape any
CFML tags in the input by using #chr(60)# for "<" and #chr (62)# for ">"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four
times a year.
http://www.fusionauthority.com/quarterly
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260102
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4