Page is a not externally linkable
chrman - 1:47 pm on May 5, 2001 (gmt 0)
I am working on a project with a menu across the top which i am doing in javascript.
I have a little dilemma i'm hoping to find a simple solution to.
The menu is quite large and so doing it in a frame is not deiserable as the frame would take up half the screen, and we do not want to have to scroll the frame to see the menu. So frames are out.
BUT, the problem i have now is that it looks like i have to include (and modify) the code for each page of the document. There are over 200 pages in multiple nested folders which means a TON of work and testing.
Is there a way to not use frames and not to have to code every page independantly?
Some sort of frame that contains the code, but can overlap the frame below so i can keep it small?