browserDocumentLoadBegin

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

Sent when a document begins loading in the browser.

Parameters
NameTypeDescription
pUrl

The URL of the loading document.

Description

The browserDocumentLoadBegin message is sent to the widget's script object when a new document begins to load in the browser. This will happen whenever the browser navigates to a new page. The pUrl parameter contains the URL of the loading document.