Hi, I'm trying to find a javascript that allows you to automatically add and delete a row to and from a table. I have a form which has about 11 checkboxes, when clicked & checked, they should add a row to the table, likewise when un-checked the row should disappear.. Each row should have an i.d to tell which checkbox it belongs to, so it can be deteted (if need be). These new rows are for a form file-field..... Like GoogleMail's attachments, and sholuld act like that. I hope I've explained fully what I need..... TIA