Hey Bud,
You must escape all # and " inside the output parameter.
Do this by doubling the # and "
like this 
<input value=""##myvar##"">
A quick way is to highlight the selection and do a replace of
" with "" and 
# with ##

John

-----Original Message-----
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 3:00 PM
To: CF-Talk
Subject: Re: CFFILE - writing a CF template woes


On 11/29/00, j p penned:
>Hey Gurus, I need help on this one
>
>I am having problems getting CFFILE to write a cf template...
>
>The < > " and probably some otherthings are causing some wierdness.
>
>I have tried Replace(), Evaluate(DE()) to no end...
>
>How does one create a new CF template with CFFILE???
>
>Someone had mentioned calling the page with CFHTTP - but that wont do, as
no
>coldfusion code will show up...
>
>Help Please.

How are you trying to write it? Better yet, how are you inputting the 
code? From a database? Pasting into a form field and submitting?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to