diner - THE HTTP-server for the BeOS
Contents

[ CGI ]
[ FBQuery ]
[ Info ]
[ Include ]
[ List ]
[ Query ]

[ Up ]

Include

This module can be used to include another file into the current one. The given filename can be or an absolute path in your system (e.g. /boot/home/www/headers/top.html) or a path relative to the file where it is included from.

In this example, we include a standard header and body into our page:

<Block Include>
<Var MyHeader.html>
This is a test!
<Var MyFooter.html>
</Block>

would result in the page

<html>
<body>
This is a test!
</body>
</html>
Copyright © 1997-99 Stegemann & Co., Inc., all rights reserved.
Created: November 29, 1997. Last modified: October 13, 1999.