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
HTMLCollection02
22
NIST
23
24
    An individual node may be accessed by either ordinal index, the node's
25
    name or id attributes.  (Test node name).
26
 
27
    Retrieve the first FORM element and create a HTMLCollection by invoking
28
    the elements attribute.  The first SELECT element is further retrieved
29
    using the elements name attribute.
30
31
Rick Rivello
32
2002-05-01
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49