kaigler,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: cfm <[EMAIL PROTECTED]>
:
: input=hidden name="variable" value="#value#"
:
: if the user placed double quotes within the
: variable "value" only the information up to the
: second double quote actually gets stored on
: my file.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

just replace the double-quotes with their special character entity before
stuffing that value into the hidden element.

<CFSET value = Replace(value,'"','&quot;','ALL')>

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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