| |
Determines if a navigation is in progress prior to completion or
cancellation.
Syntax
object.IsNavigating
Remarks
The IsNavigating property returns True if the browser is in
the process of navigating to a new location, such as retrieving a
document from a web server over the Internet. If the property returns
False, navigation has completed. This can be used to check if certain
properties, such as Secure or Url are definitive because
the browser has completed navigation.
Data Type
Boolean
See Also
Certificate Property,
Encryption Property,
Redirected Property,
SecurityLevel Property,
Url Property,
Navigate Method,
NavigationCompleted Event,
NavigationStarting Event
|
|