Frame.scrolling (Property)

A switch to control the appearance of scrollbars on a frame.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 3.0
Netscape - 2.0
Property/method value type:String primitive
JavaScript syntax:-myFrame.scrolling

Yet another deviant property in the browser mess! Having just discussed the noResize property which is a switching mechanism having a Boolean setting, here we are with another switching property. However, as is the case with border controls, this one is not Boolean. Instead it accepts the values:

Warnings:

See also:IFRAME.scrolling