cffile
<cffile action="write" file="#currentDirectory#\#listfirst(titl, 2)##listfirst(subj, 2)##listfirst(clip_by, 2)#_#GETNEWCLIPID#.cfm"
output="
here I want to past entire file with many "" "" like
<script type="text/javascript">
function MM_CheckFlashVersion(reqVerStr,msg){
with(navigator){
var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
if (!isIE || !isWin){
var flashVer = -1;
if (plugins && plugins.length > 0){
var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
if (desc == "") flashVer = -1;
else{
var descArr = desc.split(" ");
var tempArrMajor = descArr[2].split(".");
">
red fonts has many inverted comas that gives error. How can I do this task?
I also did try with creating variable for these entire texts
like
<cfset contentforfile = "entiretext "" "" "etc" "etc" I wanted">
<output = "#contentforfile#"> but it didnot work.
can any one help me how can I make one block that can be used to create entire content in writing new file?
