Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 listboxes - change, delete, order....

Status
Not open for further replies.

innu

Programmer
Jun 13, 2001
40
AT
Hi,

I have the following problem:

We have 2 listboxes and there we want to give the value from one listbox to the another. Also we want to delete and to order it in one listbox.

Has anyone done sth. like that?
 
This is going to be a JavaScript thing. What I have done in creating a meeting room reservation system is to have two list boxes, one for the starting time and one for the ending time. As soon as the user selects a starting time, the list box for the ending time jumps to a half hour later than the start time the user selected. Is this something like what you are looking for? If not, there are many free scripts available at One of them may do the trick. In fact, I disected a script I got from them to create mine.

Good luck! Calista :-X
Jedi Knight,
Champion of the Force
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top