Click to See Complete Forum and Search --> : Navigation Include


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

Compguy Pete
08-15-2006, 02:55 PM
the link above doesnt work

can you make it work and I'll see what I can find

absolutmgd13
08-17-2006, 05:23 PM
thanks but i decided im going to make a flash menu...its more fun for me and easier to include than what i was tryin to do...