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

Reply via email to