Example: Create a Web page with links to specific applications

You can create a page with links to Wordpad and Windows Explorer.

Note: FH Web Edition options are specified in hyperlinks to the logon.html page. When users click these links, logon.html reads these options from the hyperlink and loads the appropriate client with the specified options.

  1. Open a new or existing Web page in an HTML editor.
  2. In the editor, click Insert Hyperlink.
  3. Enter the URL to a Wordpad document:

    Example:
    http://hostname/fhweb/logon.html?mode=embed&app=C:\Program%20Files\
    Windows%20NT\Accessories\wordpad.exe&args=C:\Users\Public\
    Public%20Documents\welcome.rtf

  4. Enter display text for the hyperlink,

    Example: Welcome

  5. Repeat steps 2-4 to create a link to Windows Explorer.

    Example:
    http://hostname/fhweb/logon.html?mode=embed&app=C:\Windows\System32\explorer.exe

  6. Save the file and add it to your Web server path.