Big bug in frameName with uppercase

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
bertrand.lepoittevin@grou
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:52 pm

Big bug in frameName with uppercase

Post by bertrand.lepoittevin@grou »

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
Post Reply