Browser Widget
My notes on using the Browser widget.
How to add a web browser to your app doesn't mention that the browserOver
message isn't fired unless you do some kind of turning on of message on the browser control using its ID, which you don't need in the simplest case. See docs for reveBrowserSet
Forum message callback messages from revBrowser to the stack address my problem of handling HTML events (in this case, double-click) in LiveCode
I also think that with WebKit there's a way to inject Javascript in a web page. A note from the form mentions revbrowserExecuteScript or revBrowserCallScript functions
There may be an On Do message for the browser; see one of the answers to Are there different functions to use for revBrowserCEFO