Use JS to create a list delimited by whatever (i.e.
key^value~key^value~key^value....) and stick it in a hidden form field.

You could also use JS to write the value to a cookie, but remember that
browser-based cookies can't be longer than 4000 chars. 

                                                    
Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]
                                                    


-----Original Message-----
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 1: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