Forum Moderators: open
The include would be similar to a frame as its one single file that is included into every document, the client only sees one document.
For example using php:
<?php include($_SERVER['DOCUMENT_ROOT'] . '/somefolder/nav.php'); ?>