Evaluate JavaScript for web viewer in Windows

Imaging what you could do in a HTMLViewer in Xojo if you could evaluate JavaScript and get back the result?

Coming soon for MBS Xojo Plugins for MacOS, Linux & Windows.

This should be great for most quick JavaScript implementations.

However, in bigger JavaScript projects, for instance to react to a field getting focus, or a button clicked in the HTML Page, ExecuteJavaScript cannot trigger a new event in the app. It will still be necessary to use StatusChanged or TitleChanged.

Documentation is up.
See methods in IEDocumentMBS class