We used on onClick="" javascript in each button or image for submitting the form.
I take it the value you set is based on the counter in your code? So the variable 'j'
in your counter is the ID value you would set? I also take it that your message[]
array is indeed populated when the JSP page i
The problem you are seeing has to do with the paths to the jsp and servlet. As long as
you are using Servlet 2.2 or later, using a /path/servlet and /path/jsp have the same
affect, they start in the "root" web dir of the web application being called. So, if
you have folders www, www/jsp-pages,
What page..the JSP page they see in the browser? I think there is JavaScript that can
email a page as well.but not sure. Perhaps in your servlet you can output the html
into a text file or something and when the email button is clicked, it just pulls it
from whereever and sends it. Actually, if