GetStatus

 

Description

 

Returns the load status of a cached page.

 

Arguments

 

Name

Type

I/O

Description

URL

String

In

The page of interest (blank for the current page).

 

Return Value

 

Short Integer: the load status of the specified page. Possible values are:

 

-1 - PageIsNotInCache

0 - PageIsLoaded

1 - ConnectingToHost

2 - WaitingForResponse

3 - LoadingText

4 - LoadingImages

5 - PageLoadFailed

6 - PageLoadCanceled

7 - LoadingFrames

 

Remarks

 

This method can be applied to the current visible page or to any other page in cache.

 

For the current page, the GetStatus method returns the same value as the LoadStatus property.

 

The PageIsNotInCache status is returned when the specified URL is not in cache.