| [javascript]need some help I'm looking for a pretty simple code. I can find codes to do the separate parts, but I can't manage to combine them to do what I need.
Contains the following:
1. A table
2. A textbox
3. Two buttons
What I want to be able to do is type something in the text box and click a button that says "Add Item". It then adds the input text to a cell in a row in the table and in the cell next to it, a button that says "Delete" that will delete that row, removing the item and its "Delete" button from the table. I'd like to be able to add as many items as I want.
EDIT
Also needs to be able to store the list so that you can update it later.
__________________ Trades Completed: Yummy, Kismet, Konekokoi, xRuinationx
Last edited by revolution; 07-02-2008 at 08:35 AM..
|