<frame src="" scrolling="">
The scrolling attribute of the FRAME element specifies whether or not to display the scrollbars.
<frame src="example.html" scrolling="no">
Attribute |
Value |
Explanation |
scrolling=" " |
yes |
scrollbars are displayed |
no |
scrollbars are not displayed |
auto |
displays scrollbars as needed (default) |
Example