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
17
18
19
20
HTMLTableElement40
21
NIST
22
23
    The deleteRow() method deletes a table row.  If the index is -1
24
    the last row of the table is deleted.
25
 
26
    Retrieve the second TABLE element and invoke the deleteRow() method
27
    with an index of negative one. Currently there are four rows in the
28
    table.  The deleteRow() method is called and now there should be three.
29
30
Rick Rivello
31
2002-11-02
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50