> You can try replacing the " with some string you know the person will not
> enter, like �, or some other character entity. Then you can get that data
> from the hidden form field and convert it back before entering it into the
> database.

There's a neater solution that this one - rather than having to re-convert
it back later...

<input type="hidden" name="comments"
value="#Replace(form.Comments,"""","&quot;","All")#">

You can use this for all form types, and the HTML is converted when the form
passes it along

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to