
I simply did as stated on the website and put the two scripts into my HTML page, yet nothing appears to happen when the page is opened. The js's are located in the same directory as the HTML page and the SRC location is adjusted to have just the file name (minus the directory /menus/ reference).
(i.e. <script language=JavaScript
src="mmenu_array.js"
type="text/javascript"></script>
<script language=JavaScript
src="mmenu.js"
type="text/javascript"></script>
)
Not being a developer by nature, I will take a working sample and tweak it to match what I want. This has proved very successful in the past, yet I am stumped right out of the gate on this one. Do you have any ideas why the page loads without any indifference to whether the js are there or not?
Chad