Hi Preethi, If I were to approach the problem I would use the following :-
1. Javascript to handle the client side interaction (ie. user changing the form elements 2. CSS/DHTML for updating the DIV element with the current selection information Hope this gives you the basic idea. hth, Dharmendra -----Original Message----- From: Preethi B. [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 24, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: Re: HI JSP Hi, I am sorry if I am not clear. Well my question was: Without the form submission I want to form querystring by the input/change of the form options selected by the user. That is if a user changes the default selection to someother value, By using JSP I want to append a string to the "My Query...:" field. Say I am a user, I have selected My host from q2.paq.av.com to q1.paq.av.com, then I should be immediately be able to call onChange function and append the string "Host=q1.paq.av.com" displayed at the bottom of the same form as: "My Query Options in the form: Host=q1.paq.av.com" [EMAIL PROTECTED] =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
