如何判断网页是否下载完毕???请高手指教
readyState Property
Retrieves the current state of the object.
Syntax
Scripting [ sState = ] object.readyState
Possible Values
sState
String that receives one of the following values:
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.
The property is read-only. The property has no default value.