revBrowserNavigate

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revBrowserNavigate <instanceId>, <url>
XBrowser_Navigate <url> [, <instanceId>]
Synonymsxbrowser_navigate
Summary

Navigates a browser to a given url.

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
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".

Example
revBrowserNavigate sBrowserId, "http://www.google.com"
Values
NameTypeDescription
The result

The revBrowserNavigate command places empty into the result.

RelatedMessage: queryRecordChanged, browserBeforeNavigate, browserNavigateComplete, browserNavigateCompleteFrame
Command: revBrowserForward, revBrowserRedraw, revBrowserStop, revBrowserRefresh, revBrowserBack
Function: revBrowserOpen
Glossary: function
Securitynetwork
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.