Navigates a browser to a given url.
# Metadata
Platforms: desktop OS: mac, windows Introduced: 2.8.1 Security: network
# Syntax
revBrowserNavigate instanceId, url
# Params
- instanceId : The instanceId is an integer that identifies a browser control opened by the revBrowserOpen function. - url : Any url that the browser supports. Eg "http://www.livecode.com", "https://livecode.com".
# Examples
revBrowserNavigate sBrowserId, "http://www.google.com"
# Description
The revBrowserNavigate function navigates to the given url in the browser identified by the instanceId.
>*Note:* For general information on using the browser library, please > see the notes in the revBrowserOpen function reference.
# Tags
# See
- **message:** queryRecordChanged, browserBeforeNavigate, browserNavigateComplete, browserNavigateCompleteFrame - **command:** revBrowserForward, revBrowserRedraw, revBrowserStop, revBrowserRefresh, revBrowserBack - **function:** revBrowserOpen - **glossary:** function