Search found 1 match

by bertrand.lepoittevin@grou
Thu May 16, 2002 12:23 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Big bug in frameName with uppercase
Replies: 0
Views: 2017

Big bug in frameName with uppercase

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 ...