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
HTMLFrameElement01
22
NIST
23
24
    The frameBorder attribute specifies the request for frame borders.
25
    (frameBorder=1 A border is drawn)
26
    (FrameBorder=0 A border is not drawn)
27
 
28
    Retrieve the frameBorder attribute of the first FRAME element and examine
29
    it's value.
30
31
Rick Rivello
32
2002-05-08
33
34
35
36
37
38
39
40
41
42
43
44
45