hierarchical menu

windows

Guest
Hi, <br />
I have a problem with the hierarchical menu. I wrote the piece of script for the menu and it works just fine (I want the menu on the top of my page), however, I don't want to add this script directly to my index html file directly because it will make my coding looks really long. When I check out other folk's site, when they have this kind of menu, I can't find the script for the menu part in the source code, so I am thinking there must be a way to do it. <br />
<br />
Can someone help? Thank you<!--content-->Link to the JS in the head section of your webpages...<br />
<br />
<HEAD><br />
<SCRIPT LANGUAGE="JavaScript" SRC=http://www.htmlforums.com/archive/index.php/"yourscript.js"></SCRIPT><br />
</HEAD><br />
<br />
Kevin<!--content-->
 
Back
Top