hi i have a list page with various fields,like name,mobile number,class....
pls can u tel me a way i can select different records and then send the selected data to a add page....
example...
list page.asp has
tim 839289382 1st
sam 982930848 2nd (Selectd)
dan 029384029 1st (Selectd)
add page.asp
name (text area)
mobile(text area)
class(text area)
what i want is at a click of a button the data from the selected records should go into the respective fields in the add page.....
end result addpage.asp will have
name sam,dan
mobile 982930848,029384029
messsage "any text"