July 1998
Intermediate to advanced
1456 pages
65h 5m
English
FRAMEBORDER — NN n/a IE 3 HTML 4
FRAMEBORDER=”borderSwitch"Optional
Controls whether an individual frame within a frameset displays a
border. Setting IFRAME element borders via the
element’s attributes is chancy at best in Internet Explorer 4.
Use style sheet borders instead.
<IFRAME SRC="quotes.html" WIDTH=150 HEIGHT=90 FRAMEBORDER=0></IFRAME>
On-off values for this attribute vary with the source. HTML 4.0
specifies the values of 1 (on) and
0 (off). Navigator uses yes and
no. Internet Explorer 4 accepts the HTML values
and yes or no.
1
[window.]document.frameName.frameBorder
Read now
Unlock full access