From: Max C. <ma...@bi...> - 2000-11-30 21:17:56
|
Thanks Brandon, This fix works fine. But another contributor has a table widget, so I = will give that a go. Thanks for the idea. Max ----- Original Message -----=20 From: Brandon Myers=20 To: dyn...@li...=20 Sent: Friday, December 01, 2000 5:54 AM Subject: Re: [Dynapi-Help] Tables 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 |