IFRAME.scrolling (Property)

A switching attribute that controls the appearance of scrollbars on the <IFRAME> when its content exceeds the available space.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myIFRAME.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:

See also:Frame.scrolling