aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes select an item in dropdown box. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "select an item in dropdown box. " Watch "select an item in dropdown box. " New topic
Author

select an item in dropdown box.

Abhijit Das
Ranch Hand

Joined: Sep 25, 2007
Posts: 156
hi,

I want to dynamically set the selected item in a dropdowm list box. That is ,I have two drop down list boxes. with two items only viz. TRUE and FALSE for each one.
Now, once I select TRUE, then other must be automatically set two FALSE. and vice versa. That is no two boxes can have TRUE at the same time.

F F -> OK
F T -> OK
T F -> OK
T T -> ERROR, should be False.


Abhijit Das
SCJP 5.0 | SCWCD 1.5
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6


Eric
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: select an item in dropdown box.
 
Similar Threads
problem in Netscape list box
Dblclick and Click event handlers not invoked - used jQuery
Struts Doubt
Finding problem in setting a value for h:selectBooleanCheckbox
??? Make JComboBox drop UP instead of DOWN ???