This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

standby

Summary

A message for the browser to show while an object’s implementation and data load.

Applies to [dom/HTMLElement/object](/w/index.php?title=dom/HTMLElement/object&action=edit&redlink=1)
A message for the browser to show while an `object`'s implementation and data load.

Examples

The standby attribute used to alert users to a lengthy delay before the image displays.

<object data="huge-picture.png" standby="Loading...">
</object>

Notes

Remarks

This property has no default value.

Windows Internet Explorer does not render the standby message while loading an object’s implementation or data; however, some objects may react to or display the content of this string.

standby was introduced in Microsoft Internet Explorer 6

Syntax

Standards information

Related specifications

HTML5 differences from HTML4: Obsolete Attributes
Editor’s Draft

See also

Related articles

HTML

Multimedia

External resources

Related pages

  • object

Attributions