browserNavigateComplete | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_navigatecomplete | |||||||||
Summary | Sent when a browser has finished navigating to a url. | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Message: browserNavigateCompleteFrame Command: revBrowserNavigate Function: revBrowserOpen Glossary: function, message | |||||||||
Security | network | |||||||||
Description | The browserNavigateComplete message is sent to the current card of a stack containg a browser object when the browser has finishing navigating to a new url and has starting loading the url. If the target is the main frame of the browser (e.g. the html page containing the "FRAMESET" declaration), then the browserNavigateComplete message is sent. Otherwise the browserNavigateCompleteFrame message is sent instead.
|