Substituting ProcScript Functions and Including Files in Static Server Pages

You can use the <x-subst> tag to substitute some ProcScript functions ($formtitle, $putmess and $text) or include files on a static server page.

By default, the <head> element already contains some <x-subst> definitions, which you can copy and edit to add your own definitions. You can also use <x-subst> functions inside the <body> tag.

To substitute a function or include a file:

  1. In the Design Layout worksheet, position the cursor in the <head> or the <body> tag.
  2. Copy and paste one the examples already in the <head> and edit it to specify the desired function or file.

    For more information, see <x-subst type="function"> and <x-subst type="inclFile">.

Related Topics