I have a empty Table to start , the user can click button to add one cell at a time. Each row can contain 6 cells if more is needed I add another row. My problem is whats the correct way to add a cell to an existing row ? I'm sure this is simple but , my head hurts. Thanks for any help
This is the sort of thing that jQuery excels at. I'd highly recommend using jQuery whenever you are doing any of: event handling, Ajax, or DOM manipulation.
Eric , Thanks for the help that did the trick. Bear I will start reading about jquery and ajax soon. and Then I have to find out if I can use those in the shop I work in. Thanks again