HomeUsing LincDoc 3.0ActionsShow HTML

8.7. Show HTML

Overview

The show HTML action opens a browser window with the specified HTML.   This action is typically used when an eForm is executed in OpenForm mode.  The webpage may include any combination of static and dynamic text based upon the user's input.  You may also redirect a user to another site, for example:

<head>

<meta http-equiv="refresh" content="1;url=http://www.anysite.com">

</head>

Configuration

The HTML is configured in the action's attributes.  A drop down list is provided that contains the eForm's data and system fields.  Selecting a field will insert its definition mapping into the HTML window.  Link references are available for mapping as well.

This page was: Helpful | Not Helpful