Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WebView.LoadJavascriptURL

Loads the given JavaScript URL into the WebViewer.

Component Version macOS Windows Linux Server iOS SDK
WebView 2.1 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "WebView.LoadJavascriptURL"; WebViewerRef; URL )   More

Parameters

Parameter Description Example
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function.
URL The URL to load. URL Escapes are expected to be in UTF-8.

Description

Loads the given JavaScript URL into the WebViewer.
This method is for URLs starting with "javascript:".

See also

Example Databases

This function checks for a license.

Created 18th August 2014, last changed 4th November 2021


WebView.LoadHTML - WebView.LoadURL