try:

<input type="text"
        name="PA_SIZE"
        <cfoutput>#replace(import_detail.PA_SIZE, """", "&quot;" "all")#</cfoutput>
        size="32">

charlie

  ----- Original Message -----
  From: Les Mizzell
  To: CF-Talk
  Sent: Thursday, October 16, 2003 9:30 AM
  Subject: Quotes in a Text Box Problem

  If #import_detail.PA_SIZE# equals the value of: 15"x34"

  This will display correctly inside a CFOUTPUT statement:

  <cfoutput>Product Size: #import_detail.PA_SIZE#<cfoutput>

        will display correctly as

  Product Size: 15"x34"

  BUT......

  This:

  <input type="text"
          name="PA_SIZE"
          value="<cfoutput>#import_detail.PA_SIZE#</cfoutput>"
          size="32">

  will show the text box and cut off after the first quote, so I get a
  text box with just 15 in it.....

  I know there's a fix, I just ain't found it yet.

  Ideas?

  TIA


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to