RE: OT Dumb JavaScript question

2003-03-27 Thread Collins, Jim
Thanks Erik/Mark, I can't use applets so I will URLEncode the values and send them as parameters in a post. Thanks again for your help. Jim. > -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 13:38 > To: Tomcat Users List >

RE: OT Dumb JavaScript question

2003-03-27 Thread Faine, Mark
You could post all the array's contents to a servlet that parses the querystring and populates some sort of collection object. -Mark -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 7:32 AM To: 'Tomcat Users List' Subject: OT Dumb JavaScript

Re: OT Dumb JavaScript question

2003-03-27 Thread Erik Price
Collins, Jim wrote: Hi Guys, This is probably a dumb question, does anyone know if is possible to use JavaScript objects from a servlet? When a user makes some selections I want to add objects to an associative array I would then like to be able to access this associative array and save the va