dir_e.php Click to see the code for that page (in a new window "newTestWin").
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"> <!-- var jsNavBase = "../" //--> </SCRIPT> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="../navbt/button_updwn.js"> <!-- //--> </SCRIPT>
First the variable "jsNavBase" is set, and then the file "button_updwn.js" is included. This file is used on all pages, and contains the pop-up-button script.
button_updwn.js Click to see the code in that file (in the new window "newTestWin").
<?php
$navBase = "../";
$altLang = "dir_s.php";
$actPage = 11;
require("../navbt/nav_eng.php");
?>
First the php variables "$navBase", "$altLang" and "$actPage" are set, and then the file "nav_eng.php" is included. This file is used on all pages, and contains information (URL and button image) about the links in the navbar.
nav_eng.php Click to see the code in that file (in the new window "newTestWin").
<?php require("../navbt/nav_horz.php"); ?>
This includes the file "nav_horz.php", This file is used on all pages with a horizontal navbar, the script writes the navbar table.
nav_horz.php Click to see the code in that file (in the new window "newTestWin")
(There is another file, nav_vert.php, that is used on all pages with a vertical navbar.)
© 2003 Bo Johansson