browserNavigateComplete

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

Sent when the browser successfully navigates to a new page.

Parameters
NameTypeDescription
pUrl

The URL of the new page.

Description

The browserNavigateComplete message is sent to the widget's script object when the browser successfully navigates to a new page. The pUrl parameter contains the URL of the new page.