Monthly Archives: July 2008

prototype – delete table rows

To delete a table row with prototype: javascript:Element.remove(tablerowdivname) Also, I set up some demos from various sources of other ways of manipulating tables They use these JavaScript functions and call various prototype based javascript. function function1() { document.all.myT.deleteRow(2); } function … Continue reading

Posted in WebTechnology | 1 Comment