faqts : Computers : Programming : Languages : JavaScript : Tables

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

46 of 134 people (34%) answered Yes
Recently 6 of 10 people (60%) answered Yes

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