Header - Footer = doesnt work why?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Das]-[
    New Member
    • Aug 2000
    • 19

    Header - Footer = doesnt work why?

    Here is a header:
    -------------------------
    <? require("global.php3"); ?>
    <html>
    <head>
    <title>3D</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
    <!--
    NS4 = (document.layers);
    IE4 = (document.all);
    ver4 = (NS4 || IE4);
    IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
    isMac = (navigator.appVersion.indexOf("Mac") != -1);
    isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
    function popUp(){return};
    function popDown(){return};
    if (!ver4) event=null;

    if (isMenu) {
    menuVersion = 3;

    menuWidth = 120;
    childOverlap = 10;
    childOffset = -1;
    perCentOver = null;
    secondsVisible = .2;

    fntCol = "blue";
    fntSiz = "10";
    fntBold = false;
    fntItal = false;
    fntFam = "sans-serif";

    backCol = "#EFF7FF";
    overCol = "#EFF7FF";
    overFnt = "purple";

    borWid = 1;
    borCol = "red";
    borSty = "solid";
    itemPad = 3;

    imgSrc = "/images/arrow.gif";
    imgSiz = 10;

    separator = 0;
    separatorCol = "red";

    isFrames = false; // <-- IMPORTANT for full window
    navFrLoc = "left"; // <-- display. see below

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
    }

    if (isMenu) {
    document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/hierArrays.js'><\/SCRIPT>");
    }

    if (isMenu) {
    document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/hierMenus.js'><\/SCRIPT>");
    }
    //-->
    </SCRIPT>
    <link href="/css/av.css" rel=stylesheet type="text/css">
    </head>

    <body bgcolor="#333333" leftMargin=0 topMargin=0 MARGINWIDTH="0" MARGINHEIGHT="0" text="#CCCCCC" link="#FF9900" vlink="#FF6600" alink="#FF6600" >
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr valign="top">
    <td><? require($DOCUMENT_ROOT . "/php/top.php3"); ?> </td>
    </tr>
    </table>


    <table width="100%" border="0">
    <tr>
    <td>

    ----------
    Footer:
    ----------
    </td>
    </tr>
    </table>
    <div align="center"><font face="Arial, Helvetica, sans-serif" size="2"><font size="1">All
    trademarks and copyrights on this page are owned by their respective owners.
    Comments are owned by the Poster</font></font></div>
    </body>
    </html>

    --------

    [b] Nothing seems to work.. I suspect a conflict with the require statement.. can someone tell me how i can make this work.. so that the board is included in this table...
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...