For similar needs I use a generic snippet:

<!--- Left and Right trim form values --->
<cfloop collection="#form#" item="i">
 <cfset tmt_format_form=StructUpdate(form,i,Trim(form[i]))>
</cfloop>

Massimo


"Larry C. Lyons" <[EMAIL PROTECTED]> wrote in message
> Try encapsulating all your form variables with a trim, as in
> TRIM(form.formName) - when processing the forms. From what I understand
> IE for the mac tends to add spaces to the form values.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to