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
HTMLTableRowElement14
22
NIST
23
24
    The deleteCell() method deletes a cell from the current row.
25
 
26
 
27
    Retrieve the fourth TR element and examine the value of
28
    the cells length attribute which should be set to six.
29
    Check the value of the third(index 2) TD element.  Invoke the
30
    deleteCell() method which will delete a cell from the current row.
31
    Check the value of the third cell(index 2) and also check
32
    the number of cells which should now be five.
33
34
Rick Rivello
35
2002-05-06
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66