readyState property

all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
This topic has not yet been rated - Rate this topic

Retrieves the current state of the object.

Syntax

JavaScript

p = object.readyState

Property values

Type: Variant

uninitialized

Object is not initialized with data.

loading

Object is loading its data.

loaded

Object has finished loading its data.

interactive

User can interact with the object even though it is not fully loaded.

complete

Object is completely initialized.

Remarks

The states through which an object passes are determined by that object; an object can skip certain states (for example, interactive) if those states do not apply to that object.

See also

a
abbr
address
area
b
base
bdo
blockQuote
body
br
button
caption
cite
code
col
colGroup
comment
custom
dd
del
div
dl
dt
em
embed
fieldSet
form
head
hn
hr
html
i
iframe
ins
kbd
label
legend
li
map
ol
option
p
pre
q
rt
ruby
s
samp
select
small
span
strong
sub
sup
textArea
title
u
ul
var

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.