
Adding Rows to existing table in JScript
If you are still during page load can't you just document.write the
table rows??
Otherwise the insertRow/insertCell methods are the way to go
Quote:
> Is there any fastest way to add rows to existing table in JScript during
> onLoad event? Table's rows are quite irregular.
> Right now I append a row with insertRows method, after that I append cells
> with InsertCell method, and I copy all attributes from an existing row and
> corresponding cells. This method is slow.
> I can not copy innnerHTML property because a page is being loaded.
> Please advise.
--
Martin Honnen
http://javascript.faqts.com/
http://home.t-online.de/home/martin.honnen/jsgoddies.html