Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
3
 
4
18
19
20
21
HTMLTableElement24
22
NIST
23
24
    The deleteTFoot() method deletes the footer from the table.
25
 
26
    The deleteTFoot() method will delete the TFOOT Element from the
27
    second TABLE element.  First make sure that the TFOOT element exists
28
    and then count the number of rows.  After the TFOOT element is
29
    deleted there should be one less row.
30
31
Rick Rivello
32
2002-05-02
33
34
35
36
37
38
39
40
41
42
43
44
4
45
3
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62