Entry
How to generate and manipulate table dynamically based on Table Object Model?
Mar 5th, 2000 15:48
Hiroto Sekine, https://buttons.ihug.co.nz/all/gnorderE.htm
It is easy to create static tables that display static data. However,
consider cases in which the data changes frequently, and updates to be
made often-e.g., scores from a sparting event. In these instances, you
might want to use the Table Object Model to update these tables
dynamically, as described in the following sample code. This sample
code contains context-sensitive-menu handling using right-mouth-button
as well.
Active sample source url is: https://buttons.ihug.co.nz/all/gnorderE.htm