browserDocumentLoadComplete

Typemessage
Dictionarywidget.browser
LibraryBrowser
Syntax
browserDocumentLoadComplete <pUrl>
Associationscom.livecode.widget.browser
Summary

Sent when a document has completed loading in the browser.

Parameters
NameTypeDescription
pUrl

The URL of the loaded document.

Description

The browserDocumentLoadComplete message is sent to the widget's script object when a new document has completed loading in the browser. The pUrl parameter contains the URL of the loaded document.