> You don't need to use any of this really.. I insert
> HTML code all the time in Access database just like
> that.. The only trick is when you want to edit that
> content in the form field you will have to replace
> the < > so it won't cause errors un the form.. Just
> use something like this :

Actually, it's good practice to use HTMLEditFormat() whenever pre-populating
variables into form fields.  That will take care of the code you provided as
well as any other "special" characters that would otherwise cause the form
to have problems.  So you really don't need to do all that manual character
replacement.

<cfoutput>
<input type="text" value="#HTMLEditFormat(scope.variable)#" />
</cfoutput>


-----------------------------------
Justin D. Scott
Vice President
Sceiron Interactive, Inc.
www.sceiron.com

[EMAIL PROTECTED]
941.378.5341 - office
941.320.2402 - mobile
877.678.6011 - facsimile


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201210
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to