mili
08-05-2003, 07:23 PM
Hi,
I have some div's which have autogenerated id's like div1, div2,div3 etc. Each of these div's contain a few input fields.Based on the user's selection from a dropdown box, I hide all the other divs and show only the div that the user has selected.Now I want to loop thro' all the fields only from the current div and concatenate them into a string.How can I do this?
Thanks
I have some div's which have autogenerated id's like div1, div2,div3 etc. Each of these div's contain a few input fields.Based on the user's selection from a dropdown box, I hide all the other divs and show only the div that the user has selected.Now I want to loop thro' all the fields only from the current div and concatenate them into a string.How can I do this?
Thanks