Can I post information to a client from a servelt?

I have written a servlet program. I can request parameters from the client and use the variables in my servlet to output a new HTML page replacing the old page. I am wondering, is it possible to call a servlet from your HTML page, do some calculations and then post the new data to the existing HTML page from which the data came? I do not want change the page set up, but just change the contents of, lets say, a textbox. If I can, how do I do it?

Thank you for you help.

[485 byte] By [derk_the_zeemana] at [2007-11-26 15:19:57]
# 1
Make use of javascript along with XmlHttpRequest Object (AJAX Calls) to serve you purposeREGARDS,RaHuL
RahulSharnaa at 2007-7-8 11:46:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
do you know where i can find an example code snippet of what you are talking about?
derk_the_zeemana at 2007-7-8 11:46:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
well u certainly can.... http://www.w3schools.com/ajax/ajax_serverscript.aspyou would find few examples here however you can convert Server side code which was return in ASP to JSP or servlet depending onyour requirement...REGARDS,RaHuL
RahulSharnaa at 2007-7-8 11:46:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...