Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Re: populating listboxes


Message #1 by Greg Griffiths <greg.griffiths@g...> on Tue, 11 Jun 2002 22:12:00 +0100
You'll need to use Javascript to do this on the client side.

At 22:16 11/06/02 +0000, you wrote:
>Hi,
>I'm looking for a method how to populate a second listbox from values
>selected from the first listbox
>
>The idea : list-1
>
><SELECT NAME="list-1"  SIZE="15">
>         <OPTION>value 1</OPTION>
>         <OPTION>value x</OPTION>
>etc....
></select>
>
>selected items should go into a second box
>
>Thanks,Rob
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20


Message #2 by "Rob v. Osnabrugge" <osnabrr@h...> on Tue, 11 Jun 2002 22:16:17
Hi,
I'm looking for a method how to populate a second listbox from values 
selected from the first listbox

The idea : list-1

<SELECT NAME="list-1"  SIZE="15">
	<OPTION>value 1</OPTION>
	<OPTION>value x</OPTION>
etc....
</select>

selected items should go into a second box

Thanks,Rob


  Return to Index