Edit

LoadURLInWebView (windowRef, itemID, url)

Definition:  Loads the URL into the specified web view object. The url should already have any necessary URL-encoding.

Note:  Scripts with URL-encoded parameters in the URL may need to be updated. Prior to version 9 a properly URL-encoded URL (with % escapes) would have the percent characters themselves re-encoded as %25 on macOS, effectively breaking such URLs. This behaviour has been fixed in v9, but old scripts that themselves worked around this Mac problem, will need to check the MoneyWorks version and behave appropriately if the script needs to run on both v8 and v9.

Availability:  available within MWScript handlers.

See Also:

LoadHTMLInWebView: Load HTML into a custom web view control

WebViewControl: Set option(s) on a web view control (links load externally or not)