up Inquisit Language Reference

showScrollbars attribute

The showScrollbars attribute specifies whether to show horizontal and vertical scrollbars for an HTML page.

Member of

<html>

Syntax

/ showScrollbars = boolean

Parameters

Name Type Description
boolean boolean

Remarks

The default is true.

Examples

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")
/ showScrollbars = false
</html>

Copyright Millisecond Software, LLC. All rights reserved.