A hidden form fiield .. oh jeez!!!  I feel so dumb.  I've been working on so
much complicated code that I'm begining to look for a complicated solution
for everything .... heh

I'm not the one coding that section, so I'm not sure what they are.  I think
they are just one long '&' delimited string.  I think what we have decided
to do is pass the information that the javascript uses to generate the
variables (a date range and a data dictionary) to the server and create the
variables server-side. We might even let the SQL server do it.  This
approach is probably faster overall.

Thanks all!

Todd


----- Original Message -----
From: "Craig Bowes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 6:30 PM
Subject: RE: Passing 500 client-side variables to the server


> 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