browserUnhandledLoadRequest | |||||||
Type | message | ||||||
Dictionary | widget.browser | ||||||
Library | Browser | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.browser | ||||||
Summary | Sent when the browser is unable to handle a load request. | ||||||
Parameters |
| ||||||
Description | The browserUnhandledLoadRequest message is sent to the widget's script object when the browser is unable to load a URL, typically due to an unrecognised URL scheme. The pUrl parameter contains the URL of the unhandled request. |