browserFrameDocumentLoadBegin | |||||||
Type | message | ||||||
Dictionary | widget.browser | ||||||
Library | Browser | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.browser | ||||||
Summary | Sent when a document begins loading in a frame of the browser. | ||||||
Parameters |
| ||||||
Description | The browserFrameDocumentLoadBegin message is sent to the widget's script object when a new document begins to load in a frame of the browser. This will happen whenever the browser navigates to a new page with multiple frames. The pUrl parameter contains the URL of the loading document. |