browserNavigateCompleteFrame | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_navigatecompleteframe | |||||||||
Summary | Sent when a browser object has finished navigating to a url in a frame. | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Message: browserDocumentCompleteFrame, browserNavigateComplete, browserBeforeNavigateFrame Command: revBrowserNavigate Function: revBrowserOpen Glossary: function, message | |||||||||
Security | network | |||||||||
Description | The browserNavigateCompleteFrame message is sent to the current card of stack containing a browser object when the browser object has finished navigating to a new url in a frame and starting loading the url. If the target is the main frame of the browser then the browserNavigateComplete message is sent instead.
|