Hi all,

     I have a problem in a SELECT tag

     I have
          <SELECT NAME= "hi" onChange="changevalue()">  <OPTION> 1 <OPTION>
2 <OPTION> 3 </SELECT>

     and i want to exchange from from one value to the others, but when i
select 3 i want the list box to show 1, but not duplicating the values in
the box.

     Since when i select 3 the box shows 3, i need to force an event so the
box will show the 1 value.

thx,

     J

===========================================================================
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://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