From: Brandon M. <bnd...@ho...> - 2000-11-30 18:52:46
|
I had replied to this.. but it didn't seem to go through... Here's a = re-send: Assuming that this is IE only.. it's easy. Apply an ID attribute to each table row that you wish to change. Then use: document.all.tableRowID.innerHTML=3D"new table row html"; the same can be done for table cells. ----- Original Message -----=20 From: Max Campsell=20 To: dyn...@li...=20 Sent: Wednesday, November 29, 2000 10:29 PM Subject: [Dynapi-Help] Tables Does any one have any experience in dynamically changing the data in a = table. I have created my layer and the table using : myLayer.setHTML("<Table> = etc) I would now like to change the contents of the rows as my user pages = through the data. the table name is gridMain. The following will not work : gridMain.innerHTML =3D "new string of data" any ideas? Thanks Max |