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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic form part two

Status
Not open for further replies.

tyris

Programmer
Nov 2, 2000
311
FR
in the same dynamic way i'd like to do this :

i do have a multiple select box :

<SELECT NAME=&quot;first_list&quot; MULTIPLE style=&quot;HEIGHT: 87px; WIDTH: 115px&quot;>
<OPTION VALUE=&quot;&quot;>Project start date
<OPTION VALUE=&quot;&quot;>Quote Status
<OPTION VALUE=&quot;&quot;>Quote Closed Date
<OPTION VALUE=&quot;&quot;>Prj desc.
<OPTION VALUE=&quot;&quot;>BDD</OPTION>
</SELECT>

an add button :

<input type=&quot;submit&quot; name=&quot;add_one&quot; value=&quot;>&quot; >

an a second empty multiple select box :

<SELECT NAME=&quot;second_list&quot; MULTIPLE style=&quot;HEIGHT: 86px; WIDTH: 116px&quot;>

</SELECT>


what i'd like is that when i select an option of first_list and then click on the add button, this option appears in the second_list list.

is there a way to do that in javascript ? or should i use an otehr language ? what are the method and the elements to be called if i do this in JS ?
Best regards X-),
Elise
 
that's okay i've found an other way to do. sorry for my question Best regards X-),
Elise
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top