RES: [OT] Looking for a Taglib

2003-12-08 Thread Tiago Henrique Costa Rodrigues Alves
You will need just JavaScript for this kind of job... You should take a look at: JavaScript DOM It is quite simple to do this... You will see Tiago Henrique C. R. Alves Analista de Sistemas Politec - CSS Tel: 3038-6952 -Mensagem original- De: Linda Coleman [mailto:[EMAIL

Re: RES: [OT] Looking for a Taglib

2003-12-08 Thread Daniel H. F. e Silva
Hi Tiago and Linda, JavaScript is really the best option to this task in my opinion. I suggest taking a look at http://javascript.internet.com in section Form. Lots of nice scripts! Including one script that does what Linda wants. Hope my tip was useful. Regards, Daniel Silva. --- Tiago

RES: [OT] Looking for a Taglib

2003-12-08 Thread Tiago Henrique Costa Rodrigues Alves
the java script function that you are looking for is something like this... function addItemToListBox(itemIndex, srcListBox, destListBox){ //srcListBox and destListBox are objects // You will use JavaScript DOM HERE //Its something like this:

Re: RES: [OT] Looking for a Taglib

2003-12-08 Thread Linda Coleman
Yes thanks for the help! There are actually a few that help! L:) Daniel H. F. e Silva wrote: Hi Tiago and Linda, JavaScript is really the best option to this task in my opinion. I suggest taking a look at http://javascript.internet.com in section Form. Lots of nice scripts! Including one script