Menu displays in IE but not in Firefox
Menu displays in IE but not in Firefox
I am using FireFox version 1.0.4 and the menu will not display at all. No errors visible.
In IE, the menu displays like a champ.
I am using Milonic Release 5.0 downloaded on 9/23/2005.
Here is how I call the .js file includes:
<script type="text/javascript" src="tools/milonic/milonic_src.js"></script>
<script type="text/javascript">
<!--
if(ns4)_d.write("<scr"+"ipt language=javascript src=tools/milonic/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=javascript src=tools/milonic/mmenudom.js><\/scr"+"ipt>");
-->
</script>
<script language=Javascript src="tools/milonic/menu_data.js" type=text/javascript></script>
In IE, the menu displays like a champ.
I am using Milonic Release 5.0 downloaded on 9/23/2005.
Here is how I call the .js file includes:
<script type="text/javascript" src="tools/milonic/milonic_src.js"></script>
<script type="text/javascript">
<!--
if(ns4)_d.write("<scr"+"ipt language=javascript src=tools/milonic/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=javascript src=tools/milonic/mmenudom.js><\/scr"+"ipt>");
-->
</script>
<script language=Javascript src="tools/milonic/menu_data.js" type=text/javascript></script>

Ruth
Last edited by Ruth on Thu Nov 17, 2005 7:42 pm, edited 1 time in total.
Hi,
I don't know if this has anything to do with it, but I'm getting an error message in FF 1.0.2 I left out the url since it's a secure site and you have the url
When I click to find out where it is, it shows the second line of the two posted
I'm working on the page to see if I find anything else, but wanted to give you that info.
Ruth
I don't know if this has anything to do with it, but I'm getting an error message in FF 1.0.2 I left out the url since it's a secure site and you have the url

Code: Select all
Error: per has no properties
Source File menu_data.js
Line: 33
Code: Select all
var per = MM_findObj('drawer');
var perms = per.value;
Ruth