absolutmgd13
08-15-2006, 11:11 AM
:confused:
The three pages below are the structure of my navigation bar:
-->menu_items.js
-->menu_tpl.js
-->menu.css
below is the code for the "index.htm" test page
<html>
<head>
<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menu_items.js"></script>
<script language="JavaScript" src="menu_tpl.js"></script>
<link rel="stylesheet" href="menu.css">
</head>
<body>
<script language="JavaScript">
new menu (MENU_ITEMS, MENU_TPL);
</script>
</body>
</html>
which you can view here:
http://www.matthewdesmond.com/ACTnav.htm
My problem is i cant include it in my other pages. can anybody help me!? i've done a server side include 3 different ways(using dreamweaver mx)i just cant get it! i do have folders organizing the structure of my whole site...
(i.e. ...com/IT/technicalservices.asp
...com/IT/servicesolutions/servicesolutions.asp)
just fyi with roots in code...
any help i would appreciate greatly!!
Thanks
The three pages below are the structure of my navigation bar:
-->menu_items.js
-->menu_tpl.js
-->menu.css
below is the code for the "index.htm" test page
<html>
<head>
<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menu_items.js"></script>
<script language="JavaScript" src="menu_tpl.js"></script>
<link rel="stylesheet" href="menu.css">
</head>
<body>
<script language="JavaScript">
new menu (MENU_ITEMS, MENU_TPL);
</script>
</body>
</html>
which you can view here:
http://www.matthewdesmond.com/ACTnav.htm
My problem is i cant include it in my other pages. can anybody help me!? i've done a server side include 3 different ways(using dreamweaver mx)i just cant get it! i do have folders organizing the structure of my whole site...
(i.e. ...com/IT/technicalservices.asp
...com/IT/servicesolutions/servicesolutions.asp)
just fyi with roots in code...
any help i would appreciate greatly!!
Thanks