browserNavigateCompleteFrame

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserNavigateCompleteFrame <pInstanceId>, <pUrl>
XBrowser_NavigateCompleteFrame <pUrl>, <pInstanceId>
Synonymsxbrowser_navigatecompleteframe
Summary

Sent when a browser object has finished navigating to a url in a frame.

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
pInstanceId

The integer identifier of the browser object

pUrl

The url that the browser has finished navigating to in a frame

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