which contains an <jsp:include "foobar"/> to build the select box, followed by a button to call a javascript function , followed by an <div id="clistgoeshere">
Clicking the button triggers the function, which grabs the value picked in the select box and displays it in <div id="clistgoeshere">.
So far so good.
I have a servlet "bohica" that returns some content.
How can I modify the javascript function to call the servlet (something like bohica( projpicked) ) AND have the resulting content displayed in <div id="clistgoeshere"> ?