Click to return to the DHTML, HTML     
UNITS Attribute | units P...     URL Property     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

updateInterval Property


Sets or retrieves the update interval for the screen.

Syntax

HTMLN/A
Scriptingscreen.updateInterval [ = iInterval ]

Possible Values

iIntervalInteger that specifies the update interval, in milliseconds.

The property is read/write with a default value of 0.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.

Remarks

The updateInterval property can be set to an integer value specifying the number of milliseconds between updates to the screen. A value of 0 disables the update interval.

The interval causes screen updates to be buffered and then drawn in the specified millisecond intervals. This limits excessive invalidations that reduce the overall painting performance, which can happen when too many flipbook-style animations occur at once.

Use this property judiciously; a value too small or too large adversely affects the page rendering response.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
HTML N/A
Scripting screen


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.