Sajjad’s Blog

Posts Tagged ‘dhtml

Removing table rows using JavaScript

Posted by: msh134 on: June 21, 2008

In my last post I have shown how to duplicate a table row. Now if you let the user to duplicate a row then you will look for a solution to remove row dynamically using JavaScript. Use the following function to dynamically remove row from a table. This code is also tested on IE6 and [...]

Duplicating table rows dynamically

Posted by: msh134 on: June 21, 2008

For some days I was looking for a JavaScript solution for duplicating table rows. I know it is simple. But I have made a function which does this very easily. I have tested this code with IE 6.0 and FireFox 2+ browsers.
More >>