Search found 4 matches

by Robobar
Wed Nov 09, 2005 2:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dumb Frames Question
Replies: 7
Views: 6030

Thanks a lot, it's exactly what I was trying to do...
That's great !!!
by Robobar
Thu Oct 27, 2005 5:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dumb Frames Question
Replies: 7
Views: 6030

No idea ???
by Robobar
Fri Oct 21, 2005 11:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dumb Frames Question
Replies: 7
Views: 6030

Hello,
i've got the same trouble, attempting to include a frameset in another one...

My first frameset load the menu header in the top frame, and another page in the body frame :


<frameset framespacing="0" border="0" frameborder="0" rows="38,*">
<frame name="header" scrolling="no" noresize src ...
by Robobar
Thu Oct 20, 2005 1:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Frames menu not appearing initially
Replies: 1
Views: 2894

Same problem for me...
I just tried this in menu_data_header.js :

// Main Menu

with(milonic=new menuname("mainMenuHoriz")){
style=mainStyleHoriz;
top=0;
left=129;
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=body.htm;target=body;");
aI("text=Top 1;showmenu=sub1;target=body ...