-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: donderdag 11 december 2003 17:26
To: CF-Talk
Subject: Double Quotes in a String
How can one output a string that contains double quotes as a input
value?
For Example:
string = 'I just read "ABC Journal", it was great.'
<cfoutput>
<input type="text" name="statement" value="#string#">
</cfoutput>
This will just display 'I just read ' in the input box, stopping at the
first double quote.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

