I'm having problems getting the menus to work correctly on my site, http://www.techsmith.com
The current error I see is:
A Runtime error has occurred.
Do you wish to debug?
Line: 13
Error: 'menuStyle' is undefined.
I'm not sure what's going on. I've downloaded the latest code and updated the milonic_src, mmenuns4 and mmenudom .js files. I've tried looking to see if my relative links to menu_data.js were wrong or if I'm missing "" tags anywhere, and while that seems to have fixed earlier validation issues, it hasn't helped with this one.
Any help would be most appreciated.
Thanks,
Jennifer
[/img]
Javascript undefined errors
In the pages I found that fail I notice you do not have the complete JS calls to the menu code files. You have only...
You're missing the other 2 lines, which you do have on your other pages that do not generate errors.
Code: Select all
<SCRIPT language=JavaScript src="/milonic_src.js" type=text/javascript></script>
<SCRIPT language=JavaScript src="/menu_data.js" type=text/javascript></script>
John