Sets or retrieves whether the frame can be scrolled.
Syntax
HTML <ELEMENT SCROLLING = sScrolling ... > Scripting object.scrolling [ = sScrolling ]
Possible Values
sScrolling String that specifies one of the following values:
auto Browser determines whether scroll bars are necessary. no Frame cannot be scrolled. yes Frame can be scrolled. The property is read/write with a default value of auto.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Applies To