Calling Scripts

Wetling23

Senior member
Aug 18, 2001
496
0
0
I've got two scripts. The first one adds a bar to the page and the second one adds a navigation menu.

The first one is just a bit of HTML code and the second was created using something called CoffeeCup DHTML Menu Builder.

I'd like the one I created to appear first, and the other to appear underneath it. I've tried setting them up so mine is called first like this:

<script type="text/javascript" src="homemenu.js"></script>
<script type="text/javascript" src="menu2.js"></script>

I've also tried putting the text of mine in the menu2.js file (both at the top and at the bottom) with no luck. I can't get menu2 to appear anywhere but at the top of the page.

Does anyone know how I can work around this? Oh yeah, the scripts are Menu2 and Homemenu.

Thanks