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