Help

Table Of Contents
FILEMAKER PRO HELP 1156
FileMaker Pro supports only UTF-16 character encoding. Character data encoded using
other methods will not display the target of the URL.
FileMaker WebDirect does not support the GoForward and GoBack options.
Example 1
Resets the web viewer named Product Website to its originally specified web address.
Set Web Viewer [Object Name: "Product Website"; Action: Reset]
Example 2
Displays the FileMaker, Inc. homepage in the Product Website web viewer:
Set Web Viewer [Object Name: "Product Website"; URL: "http://
www.filemaker.com"]
Example 3
Displays the URL entered in the Website field in the Product Website web viewer:
Set Web Viewer [Object Name: "Product Website"; URL: Products::Website]
Example 4
Uses the data URL scheme to display a small icon in a web viewer named WV2.
Set Web Viewer [Object Name: "WV2"; URL: "data:image/
gif;base64,R0lGODlhFwAMAKEAAL+/v///
AAAAUwAAACH5BAEAAAAALAAAAAAXAAwAAAI7hBGHapHcXJKPumizpigI+QliSH0XIjokWJ6oB
4+qt0Zmaqpjesxz7st1YD8ZEbhJajAuDgfSYTx60wIAOw=="]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Working with web viewers on layouts
Naming objects
Adding a web viewer
Open URL
Purpose
Allows the user to open a URL.
Format
Open URL [No dialog; <URL>]
Options
Perform without dialog prevents the “Open URL” Options dialog box from displaying when
the script step executes.