browserNavigateBegin | |||||||
Type | message | ||||||
Dictionary | widget.browser | ||||||
Library | Browser | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.browser | ||||||
Summary | Sent when the browser begins navigation to a new page. | ||||||
Parameters |
| ||||||
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. |