Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:25
RC2 bug -error when repeating URL
Poster: bobzilla2u
Dated: Friday July 11 2003 - 15:27:19 BST
I'm getting an error on page load when the same URL (located in the top level navigation) is repeated anywhere else in the navigation. The error only occures when the suspect URL page is loaded. The error does not occure when the same URL is repeaded ONLY in the sub-menus. The error is showing up in I.E. 6 for windows.
Example:
aI("text=Top Link 1;url=/info/sample/errorHere.asp");
aI("text=Top Link 2;showmenu=my;url=/info/sample/ok.asp");
}
with(milonic=new menuname("my")){_c=1
borderwidth = 1;
style = mainStyle;
overfilter="Fade(duration=0.2);Alpha(style=0,opacity=82)"
aI("text=Sub Link 1.1;url=/info/sample/errorHere.asp");
aI("text=Sub Link 1.2;url=/info/sample/works.asp");
}
Here is the error:
Line: 4
Char: 18129
Error: '_mi[...].18' is null or not an object
Code: 0
URL: (http://www.mysite.com/info/sample/errorHere.asp)
Browsers Tested:
I have only had a pop-up error message occure in:
I.E. 6.0.2800.1106CO [windows]
The error does not apprear in:
I.E. 5.2.3 [Mac]
Safari 1.0 (v85) [Mac]
Netscape 6.2.1 [windows]
Mozilla Firebird 0.6 [windows]
Computer info:
-Dell Optiplex GX150 running Microsoft Windows 2000 (5.00.2195) Service pack 3
-Mac PowerPC G4 1GHz running Mac OS X (v10.2.6)
Menu Version:
Version 5 Release Candidate 2
Downloaded from: http://www.milonic.com/v5_rc2/menu5.zip
I am using the horizontal format.
--thanks for any help you can provide.