Re: Stuck Combining Servlets and JavaScript

2001-03-13 Thread Oleg L. Sverdlov
From: "Frank Morton" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 12:25 AM Subject: Stuck Combining Servlets and JavaScript I have a servlet that can generate JavaScript arrays. I want to combine those arrays with html/javascript for final presentation.

Stuck Combining Servlets and JavaScript

2001-03-12 Thread Frank Morton
I have a servlet that can generate JavaScript arrays. I want to combine those arrays with html/javascript for final presentation. One of the catches is that the servlet uses an HttpSession to keep track of what has happened. So, say I have an html file containing this (less headers): script