Hi
I'm dynamically creating the menu and am getting an error. I have taken the rendered HTML and placed it on a public site. Perhaps someone can help me.
IE gets the helpful Object Expected error.
FF yields o$ is not defined error.
http://www.curtis1000.com/menuTest/menuTest.htm
Thanks
o$ is not defined
Try changing this porttion of code:
To This:
Your file location for mmenudom.js was wrong.
Hope this helps,
Andy
Code: Select all
<script type="text/javascript" src="menuScripts/milonic_src.js"></script>
<noscript><a href="https://milonic.com/">JavaScript Menus and DHTML Menus Powered by Milonic</a></noscript>
<script type="text/javascript">
<!--
if(ns4)_d.write("<script language=JavaScript src=menuScripts/mmenuns4.js><\/script>");
else _d.write("<script language=JavaScript src=mmenudom.js><\/script>");
-->
</script>
To This:
Code: Select all
<script type="text/javascript" src="menuScripts/milonic_src.js"></script>
<noscript><a href="https://milonic.com/">JavaScript Menus and DHTML Menus Powered by Milonic</a></noscript>
<script type="text/javascript">
<!--
if(ns4)_d.write("<script language=JavaScript src=menuScripts/mmenuns4.js><\/script>");
else _d.write("<script language=JavaScript src=menuScripts/mmenudom.js><\/script>");
-->
</script>
Your file location for mmenudom.js was wrong.
Hope this helps,
Andy
Thanks for the reply, I didn't see my missing directory. Now the menu appears to load then stops giving a $N is not defined. I have updated the test link. Any idea on this one? I'm trying to set the menu in a table and am using the method in the documentation. The top menu uses images while the submenus are text.
I'm using an onLoad call to create the menu after the page renders. Is this going to cause the page to flicker?
Les
I'm using an onLoad call to create the menu after the page renders. Is this going to cause the page to flicker?
Les