Try using htmleditformat().  I'm assuming here that what you want to do is
display it.



  --Ben Doom
    Programmer & General Lackey
    Moonbow Software

: -----Original Message-----
: From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]]
: Sent: Monday, December 02, 2002 12:23 PM
: To: CF-Talk
: Subject: Passing parameters
:
:
: For rather odd reasons I am attempting to pass a parameter that looks a
: little like this:
:
: <cfparam name="variables.hpimage" default="<ui:hpimage
: image='Dr_Andes_final.jpg' width='204' hieght='238' alt='Dr. Jon M.
: Andes and friends' caption='yes'>">
:
: and call it like:
:
: <cfoutput>#variables.hpimage#</cfoutput>
:
: Which gives me...nothing? When I try to call it:
:
: <cfoutput>#evaluate(variables.hpimage)#</cfoutput>
:
: I get the error:
:
: The CFML compiler was processing:
:
: < marks the beginning of a ColdFusion tag.Did you mean LT or LTE?
:
: Is there a way to do this? I know it seems rather odd to pass a tag as a
: parameter but....
:
: Cutter
:
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to