Passing 500 client-side variables to the server

2001-05-11 Thread Todd Ashworth
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

RE: Passing 500 client-side variables to the server

2001-05-11 Thread Jeff Beer
: 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

RE: Passing 500 client-side variables to the server

2001-05-11 Thread Bryan Love
. 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

Re: Passing 500 client-side variables to the server

2001-05-11 Thread Dave
FORM variables? - Original Message - From: Todd Ashworth [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 11, 2001 4:32 PM 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

RE: Passing 500 client-side variables to the server

2001-05-11 Thread Craig Bowes
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

Re: Passing 500 client-side variables to the server

2001-05-11 Thread Todd Ashworth
! 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

RE: Passing 500 client-side variables to the server

2001-05-11 Thread ron
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? Use a hidden form post: script