The showscrollbars attribute specifies whether to show horizontal and vertical scrollbars for an HTML page.
<html>
boolean | A boolean value of true or false. |
The default is true.
The following html page is presented on the screen with no surrounding border and no scroll bars:
<html instructions>
/ items=("instruct1.htm", "instruct2.htm", "instruct3.htm")
/ showborders = false
/ showscrollbars = false
</html>