There are a number of ways to do this.  You could set a form field to be
kind of a structure <input type="hidden" value="var1=value1,var2=value2"> by
using javascript and then have javascript submit the form and have
coldfusion parse this.  Are these variables stored as a javascript array or
just a bunch of different variables?

-----Original Message-----
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 3:32 PM
To: CF-Talk
Subject: Passing 500 client-side variables to the server

I have a string of about 500 variables that is generated client-side by
JavaScript.  I need to get it to the server somehow.  The string is far too
long to be passed in the URL.  How could I get it to the server for
processing?  Anyone have any ideas?

Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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