Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WebView.Passwords.Install
Installs the plugin functions which watch for password requests on a webviewer.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WebView | 6.3 | Yes | No | No | No | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | "web" |
Result
Returns OK or error.
Description
Installs the plugin functions which watch for password requests on a webviewer.The plugin keeps a list of passwords and provides them to webviewer on request.
The standard password dialog may not show up. So on use this for automated website loading.
Our password feature is for HTTP Authentication, not for login forms.
Supported for WebKit 2.x (FileMaker 16 Mac) with plugin version 7.3.
Examples
Set password and open webpage asking for it:
Set Variable [$r; Value:MBS("WebView.Passwords.Install"; "web")]
Set Variable [$r; Value:MBS("WebView.Passwords.Set"; "192.168.2.103"; "admin"; "webcam123")]
Set Web Viewer [Object Name: "web"; URL: "http://192.168.2.103/main.htm"]
See also
Example Databases
Blog Entries
Release notes
- Version 7.3
- Added support for FileMaker 16 for WebView.Passwords.Install function.
Created 24th June 2016, last changed 10th August 2018
WebView.Passwords.Clear - WebView.Passwords.Set
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins