JavaScript Help

Nathan

Perch
I am using the following code to create a JS menu:

<html>
<head>
<title>MenuMaker produced NavBar</title>
</head>
<body bgcolor="#689898" text="BLACK">
<script src="xaramenu.js"></script>
<script menumaker src="blueballs.js"></script>
</body></html>


OK, I am trying to make the menu dynamic. The page is .asp and thus I would like to dynamically alter some of the menus. How can I include the 'blueballs.js' :rolleyes: part of the JS menu into the page so that I can dynamically add some extra menus etc.

Thanks for any insight you can offer and sorry for my lack of JS knowledge!

Cheers and have a great new year.

Nathan
 
Back
Top