SuzanneB
09-03-2004, 08:16 AM
I have this menu that it used on every page of a site that contains a number of URL's. The problem is that some of the URL's need to change whenever you modify the contents of the site. Now this is a real pain, because the menu is in a LOT of pages and it takes ages to edit all the pages. Not to mention the fact that it is real easy to make a mistake.
What I really need is a vector. So all the menu's point to this vector, which in turn points to the correct URL. When the URL changes, you just change the vector - not every page of HTML.
I can do this with Javascript, but how to make this search engine friendly? I can't think of a way :(
What I really need is a vector. So all the menu's point to this vector, which in turn points to the correct URL. When the URL changes, you just change the vector - not every page of HTML.
I can do this with Javascript, but how to make this search engine friendly? I can't think of a way :(