browserNavigateBegin

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

Sent when the browser begins navigation to a new page.

Parameters
NameTypeDescription
pUrl

The URL of the new page.

Description

The browserNavigateBegin message is sent to the widget's script object when the browser begins navigation to a new page. This can be triggered by launching a URL in the browser, or clicking a link within the browser. The pUrl parameter contains the URL of the new page.