This documentation is archived and is not being maintained.
scrolling attribute | scrolling property
Sets or retrieves whether the frame can be scrolled.
Syntax
| HTML | <element scrolling="p" ... > |
| JavaScript | p = object.scrolling |
Property values
Type: String
auto
-
Default. Application determines whether scroll bars are necessary.
no
-
Frame cannot be scrolled.
yes
-
Frame can be scrolled.
See also
-
frame
-
iframe