Servlet + javascript
I would like to know how to call a servlet from a javascript program ? Can anybody help me, please !stphane
[136 byte] By [
collets] at [2007-9-26 6:03:33]

You call a servlet from HTML by a link, for example <href...>. Do you know how to call up a new page from Javascript? If so, use the same method with the servlet's URL.