THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: INCLUDE

Section: Page Operators


Synopsis:

    <include WEBPATH &key [ALT=ALTCODE] [VERBATIM=TRUE]

Description:

    Insert the contents of the file named by WEBPATH into the document at the point where the include form was read. If the keyword argument VERBATIM=TRUE is given, then the contents of the file are not executed, only inserted. Otherwise, execution resumes at the point where the file was inserted.

    WEBPATH can be given as an absolute pathname, or a relative pathname. If the path is relative, it is considered to be relative to the location of the document which contains the include form. If the path given is not relative, it is appended to the directory found in MHTML::INCLUDE-PREFIX.

    If the named file could not be found on the server, and an ALT=ALTCODE value is given, then that value is placed into the page instead.

Edit Pointer
Function Index
Variable Index
Variable Editor


The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox
Found a bug? Send mail to bug-manual@metahtml.org