browserBeforeNavigateFrame | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_beforenavigateframe | |||||||||
Summary | Sent when a browser is about to navigate to a new url in a frame | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Glossary: function, browserCancel, message Message: browserBeforeNavigate, browserDownloadRequest, browserNavigateCompleteFrame Function: revBrowserOpen | |||||||||
Security | network | |||||||||
Description | The browserBeforeNavigateFrame message is sent to the current card of a stack containg a browser object when the browser object is about to navigate to a new url in a frame. i.e. a change in the url in the target browser has been requested but not yet actioned. If the target is the main frame of the browser then the browserBeforeNavigate message is sent instead. To prevent the navigation occuring, set the global variable browserCancel to true
|