I start off with an empty table (<table id="tablename"></table>) then build it using asp in a hidden page and display it with a javascript outer html call. I preform other changes to cells in the table using asp and then an outer html in the same fashion. The problem I am stuck with now is I need to be able to replace 1 row with 4 rows and back again. I have tried using <span> tags which I thought would work and was the only idea that didnt cause a javascript 'unknwn runtime error'. The problem is that it is replacing the row but adding them outside of the table.
any suggestions?
thanks in advance,
Michael