I am using FieldName collection to get variables from a
form and convert them to hidden variables as shown below:
<cfhttp url="http://masif/delme/delme.cfm" method="POST" >
<cfloop index="idx" list="#FieldNames#">
<cfhttpparam name="#idx#" type="FORMFIELD" value="#evaluate(idx)#">
</cfloop>
</cfhttp>
every thing fine...but when i receive variable name from
FieldName collection it is coverted into all UpperCase
this cause an error when i reference them in JavaScript
as original variable name in form is not in Upper Case
How can we work around this .....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com