Stasica, Grzegorz wrote: > The number of vertical labels is fixed. On the other hand the number of > horizontal labels is dynamic. The Html table DOM model has a addRow() > method but there is no corresponding addColumn() :( > > I'd appreciate any suggestion on how to generate such a table. >
Besides the obvious method of adding it to innerHTML rather than the DOM, do you really need to create the table via DOM manipulation? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]