Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:39
Big bug in frameName with uppercase
Poster: bertrand.lepoittevin __at__ grou
Dated: Thursday May 16 2002 - 12:23:19 BST
There is a big bug when using Frames with name containing at least one uppercase letter, like "Main" instead of "main" => error.
Changing :
inside File 'Index.htm' :
<frame name="main" src="frames_body.htm">
with
<frame name="Main" src="frames_body.htm">
and file 'frames_side_array.js' :
,"Languages","show-menu=languages target=main;sourceframe=main",,"#",1
with
,"Languages","show-menu=languages target=Main;sourceframe=Main",,"#",1
it seems that it comes from a unwanted lowercase conversion
inside mmenu.js.
Config :
IE 5.0 or IE 5.5 / Milonik Menu V3.4.0.3 / WinNT