Hi...
I am running in to a bit of trouble...
I am using CFFILE to get the content of a CFM file and place it inside a TEXTAREA box foe viewing.
I put it insode a TEXTAREA because I wanted to prevent the code to be excuted. just displayed...
Works great except if there is a clase TEXTAREA tag. I tried to replace TEXTAREA with TEXT***AREA but it still breaks out and processes the remaining part of the code on screen.
I even tried <CFSET Message="#REReplace(message,"\&(##?[A-Za-z0-9]*);", "&\1;", "ALL"
#">
But that does not do what I want either.
Is there anyone out their that know=s how to do this....
What tag does Tek-Tips use to convert their message board and show the output in color for specific tags...
Thank you fro any help.
-D
-- David McIntosh
I am running in to a bit of trouble...
I am using CFFILE to get the content of a CFM file and place it inside a TEXTAREA box foe viewing.
I put it insode a TEXTAREA because I wanted to prevent the code to be excuted. just displayed...
Works great except if there is a clase TEXTAREA tag. I tried to replace TEXTAREA with TEXT***AREA but it still breaks out and processes the remaining part of the code on screen.
I even tried <CFSET Message="#REReplace(message,"\&(##?[A-Za-z0-9]*);", "&\1;", "ALL"

But that does not do what I want either.
Is there anyone out their that know=s how to do this....
What tag does Tek-Tips use to convert their message board and show the output in color for specific tags...
Thank you fro any help.
-D
-- David McIntosh