browserDocumentCompleteFrame

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserDocumentCompleteFrame <pInstanceId>, <pUrl>
XBrowser_DocumentCompleteFrame <pUrl>, <pInstanceId>
Synonymsxbrowser_documentcompleteframe
Summary

Sent when a browser object finishes loading 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 finished loading in a frame

Example
on browserDocumentCompleteFrame
  set the enabled of button "Go" to true
end browserDocumentCompleteFrame
RelatedGlossary: function, message
Message: browserDownloadRequest, browserDocumentComplete, browserNavigateCompleteFrame
Function: revBrowserOpen
Securitynetwork
Description

The browserDocumentCompleteFrame message is sent to the current card of a stack containing a browser object when the browser object has finished loading a url and all its dependent resources in a frame.

If the target is the main frame of the browser then the browserDocumentComplete message is sent instead.

Note: For general information on using the browser library, see the notes in the revBrowserOpen function reference.