browserNavigateComplete

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserNavigateComplete <pInstanceId>, <pUrl>
XBrowser_NavigateComplete <pUrl>, <pInstanceId>
Synonymsxbrowser_navigatecomplete
Summary

Sent when a browser has finished navigating to a url.

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
pInstanceId

The integer identifier of the browser object

pUrl

The url that the browser finished navigating to

Example
on browserNavigateComplete pInstanceId, pUrl
  set the disabled of button "Stop" to true
end browserNavigateComplete
RelatedMessage: browserNavigateCompleteFrame
Command: revBrowserNavigate
Function: revBrowserOpen
Glossary: function, message
Securitynetwork
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.