sorry i left out a bit:
picked=[]; // global array to remember selected items
function add2list(sourceID,targetID){
source=document.getElementById(sourceID);
target=document.getElementById(targetID);
numberOfItems=source.options.length;
insertPt=target.options.length; // insert at end...
hi there,
im working on a dynamic select form combo function, which allows u to add values from one select list to another but i need some help to make the form process the values, they show up but arent being submitted! im a novice with javascript so a bit lost.
the script im using is like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.