Page is a not externally linkable
theperlyking - 2:02 pm on May 5, 2001 (gmt 0)
*If its javascript you can write one .js file including the code then use <script src="whatever.js> on each page. *If you can you could use server side includes to include a file containing the menu on each page. Both would mean you only have one menu to update no matter how many pages you have.
two options: