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]
# 1
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.
DrClap at 2007-7-1 14:45:11 > top of Java-index,Core,Core APIs...