Hai,
I have 2 drop down boxes and while loading the page, i populate the
firstdrop down using JSP.Depending upon the selection of the First drop
down,the request should go to the server and run a SQL query and the
Result set should be manipulated so as to diaplay it in the second drop
down.I can manage the SQL part but the problem is with the call to server
script.
How can i achieve server side scripting using JSP?How can i integrate
Client side scripting and with which method should i call the Server side
script.
Note: In ASP, they use RS Execute(parameters) method in the client side
script and this call goes to server side scipt which returns a String.we
have to collect the string here again in the Client side and manipulate
and display.
But i am not sure how to do this in JSP.Please help me sort this out.
Thx
Dhivya