You could do a replace with "

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 4:22 PM
To: CF-Talk
Subject: Quotes within a quoted value


I'm trying to put a value into an input tag and am coming up with a minor
problem.  The value returned by the query is a meaurement like 12'3".  The
problem comes when the HTML tag is evaluated, it assumes the " after the 3
is the closing quote and doesn't display it.  Anyone know a way around this?
Here's the code:

<INPUT TYPE="Text" NAME="OAWft" SIZE="20"<CFOUTPUT QUERY="equipitem">
VALUE="#OAWft#"</CFOUTPUT>>

Thanks,
Randy


Archives: http://www.mail-archive.com/[email protected]/
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to