[OT]
Hi Anu!
On Wed, 26 Jul 2000, Anu Pidaparti wrote:

> Can anyone provide me an example of how to do this? I have seen the
> archives and learnt that this can be done but I didn't find an
> example. More specifically, I need to populate one listbox based on a
> selection in another listbox and I need to make trip to the server to
> get the data.
this is more a JS question.
you will need an aditional frame/layer/iframe to get the data from the server into it.
that would be something like:
var url='http://server.com/servlet?param=val&so=on';
- new window : window.open(url,'win','<other params>');
- new location: <frame>.location.replace(url);

so on.

-- teodor

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to