Sent when a browser has finished navigating to a url.
# Metadata
Platforms: desktop OS: mac, windows Introduced: 2.8.1 Security: network
# Syntax
browserNavigateComplete pInstanceId, pUrl
# Params
- pInstanceId : The integer identifier of the browser object - pUrl : The url that the browser finished navigating to
# Examples
on browserNavigateComplete pInstanceId, pUrl set the disabled of button "Stop" to true end browserNavigateComplete
# Description
The browserNavigateComplete message is sent to the current card of a stack containg a browser object when the browser has finishing navigating to a new url and has starting loading the url.
If the target is the main frame of the browser (e.g. the html page containing the "FRAMESET" declaration), then the browserNavigateComplete message is sent. Otherwise the browserNavigateCompleteFrame message is sent instead.
>*Note:* For general information on using the browser library, see the > notes in the revBrowserOpen function reference.
# Tags
# See
- **message:** browserNavigateCompleteFrame - **command:** revBrowserNavigate - **function:** revBrowserOpen - **glossary:** function, message