Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:20

A couple of menu glitches


Poster: panflute
Dated: Wednesday December 28 2005 - 17:16:55 GMT

Here is my site:
http://ren-fest.com
The splash page will bring you to the main page where the menu is located.

If you click on "festival Pages", then "14th annual...." the new page will open. Then if you click on the home button, you will be returned to the main page, BUT, the 14th annual page will REMAIN OPEN. There could be other instances of this happening, but I finally caught this one. This happens with both IE and Opera.

Also, I am trying to insert a gif separator into the top menu, but so far have not figured it out. I guess I will download some examples and perhaps figure it out that way....

I also notice in Opera, there is an extra blank menu field to the right that initially loads, but when I scroll the page it disappears.

any suggestions about pages not closing appreciated.

The staff & my boss are pleased with it so far. I have more back end work to do, like search engine issues, but it looks like this is going to work....

thanks
abe


Poster: Ruth
Dated: Wednesday December 28 2005 - 21:34:45 GMT

Hi,

1. I'm not having any new page open when you click the link. The menu data file is not coded in that item to open a new page. I can't find any of your items coded to open in a new window. That would require that you have something like this:


Code:
aI("offcolor=#ffbfbf;text=14th Annual <font color=#FFFFFF>Florida Renaissance Festival;url=fla1_j.html;target=_new;");


2. separator images: in order for this to work you must put in separatorwidth or separatorheight or both. You need to experiment with that to see what you like.

Can't answer about the opera, it may be something to do with the page width, resolution, and the menu as it's loading and once it is fully loaded everything is as it should be.

Ruth

New page


Poster: Migru
Dated: Wednesday December 28 2005 - 21:41:24 GMT

Hi

I was able to reproduce exactly what was described:

The click on first item in sub Festival Pages opens the 14th Annual etc. in a new window which remains open, when "home" is clicked !!

Michael


Poster: Ruth
Dated: Wednesday December 28 2005 - 23:15:53 GMT

Well, I didn't get a new window so I didn't go any farther, however, after this post, I tried again.

What is happening is, when I click the link for the festival, I get no new window, but when I click the home button, or any other menu link, once I'm on that page I get a new window for the home page or the others. Even the links on the festival page open in a new window. Now, I checked the Hounds Tooth Link and it's coded as target="new_window", which I don't believe is correct for html, it should be target="_new", yet that is working, I believe it's because you have on the page
Code:
<base target="frameright">
and that seems to be making all the links even those in the menu open a new window.

Ruth


Poster: panflute
Dated: Thursday December 29 2005 - 1:46:53 GMT

Ruth wrote:
Well, I didn't get a new window so I didn't go any farther, however, after this post, I tried again.

What is happening is, when I click the link for the festival, I get no new window, but when I click the home button, or any other menu link, once I'm on that page I get a new window for the home page or the others. Even the links on the festival page open in a new window. Now, I checked the Hounds Tooth Link and it's coded as target="new_window", which I don't believe is correct for html, it should be target="_new", yet that is working, I believe it's because you have on the page
Code:
<base target="frameright">
and that seems to be making all the links even those in the menu open a new window.

Ruth


Ruth...yes you are right , the "frameright" command did not belong there...I must have inadvertently hit a button in coffeecup. Anyway I removed it and now it works fine. The fla1_j.html page SHOULD be opening when you click on "14th annual"...it does on both of my browsers as it should be. Maybe you tried it when I was uploading a new menu.js file.....???
I am sure you did a refresh....

target="new_window" I believe is an older version of html command...I should update it, but it works perfectly fine.....

thanks...
thanks michael for trying it out...
abe


Poster: panflute
Dated: Thursday December 29 2005 - 2:19:32 GMT

Ruth:

Good news & bad news....

The server my site is on has been acting up today. Sometimes when you click on something it does not load right away. It started dong this last night about 3am. So I think that is why nothing is happening when you click. If it continues, i will call them tomorrow.

The bad news is I found another glitch & cannot find the cause. Agter going to the home page, if you click on the last menu (App & Forms)
then click on 2006 School Days & Contests, it does the same thing - opens in a new window which it should not do. I have searched all of my htmls and find nothing. below is my menu.js file, I dont see anything there either....

I thought maybe it was acting up since i had that same link under 2 different menus, but still does the same after removing it....


fixMozillaZIndex=false; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;




with(menuStyle=new mm_style()){
bordercolor="#555555";
borderstyle="dashed";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#000000";
onbgcolor="#000000";
onbold=1;
oncolor="#ffffff";
onitalic=0;
ondecoration='underline';
onsubimage="add.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="white";
separatorimage="separator12.gif";
separatorsize=4;
subimage="arrow110.gif";
subimagepadding=4;
}



with(submenuStyle=new mm_style()){
bordercolor="#555555";
borderstyle="dashed";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#000000";
onbgcolor="#000000";
onbold=1;
oncolor="#ffffff";
onitalic=0;
ondecoration='underline';
onsubimage="t2d.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="white";
subimage="arrow204.gif";
subimagepadding=4;
separatorimage="separator41.gif";
separatorsize=1;
separatorpadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
style=menuStyle;
top=10;
screenposition="center"
aI("offbgcolor=#e8e8e8;oncolor=#ffffff;status=Back To Home Page;text=Home;image=home3.gif;url=index1_j.html;");
aI("offbgcolor=#80ffbf;oncolor=#80ffbf;showmenu=Notices;text=Important Notices;");
aI("offbgcolor=#ffff80;oncolor=#ffff80;showmenu=Special Events;text=Special Events;");
aI("offbgcolor=#ffbfbf;oncolor=#ffbfbf;showmenu=Festival Pages;text=Festival Pages;");
aI("offbgcolor=#9fcfff;oncolor=#9fcfff;showmenu=cavern;text=King’s Cavern;");
aI("offbgcolor=#cd9bff;oncolor=#cd9bff;showmenu=Promotions;text=Promotions & Links;");
aI("offbgcolor=#ffca97;oncolor=#ffca97;showmenu=applications;text=Applications & Forms;");

}

with(milonic=new menuname("Notices")){
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Audition & Returning Cast;showmenu=auditions;url= auditions2006_j.html;");
}

with(milonic=new menuname("auditions")){
margin=2;
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Returning Cast Info .pdf;url=2006returncast.pdf;target=new;");
aI("offcolor=#80ffbf;text=Audition Form .pdf;url=2006auditionform.pdf;target=new;");
aI("offcolor=#80ffbf;text=Roles .pdf;url=openscenarioroles.pdf;target=new;");
aI("offcolor=#80ffbf;text=2006 Storyline .pdf;url=2006storyline.pdf;target=new;");

}


with(milonic=new menuname("Special Events")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffff80;text=Affiliated Events;url=affiliated.html;target=new;");
aI("offcolor=#ffff80;text=Themed Weekends;url=themed.html;target=new;");
aI("offcolor=#ffff80;text=Knight’s Quest;url=knightsquest.html;target=new;");
aI("offcolor=#ffff80;text=Taste The Repast;url=repast.html;target=new;");

}

with(milonic=new menuname("Festival Pages")){
style=submenuStyle;
aI("offcolor=#ffbfbf;text=14th Annual <font color=#FFFFFF>Florida Renaissance Festival;url=fla1_j.html;");
aI("offcolor=#ffbfbf;text=Online Ticket Sales;url=adv3_j.html;");
aI("offcolor=#ffbfbf;text=FlaRF Pictures Page;url=pics_j.html;");
aI("offcolor=#ffbfbf;text=The Pressroom;url=pressroom_j.html;");
aI("offcolor=#ffbfbf;text=Directions To Quiet Waters Park;showmenu=directions;url=dir_j.html;");
aI("offcolor=#ffbfbf;text=Sponsorship Information;showmenu=sponsors;url=sponsor_j.html;");
aI("offcolor=#ffbfbf;text=FlaRF Awards & Accolades Page;url=awards.html;target=new;");
aI("offcolor=#ffbfbf;text=2005 FlaRF Map Quiet Waters Park;url=map1b.html;target=new;");


}


with(milonic=new menuname("cavern")){
style=submenuStyle;
aI("offcolor=#9fcfff;text=Bobby Rodriguez Productions;url=br1_j.html;");
aI("offcolor=#9fcfff;text=Wedding Planning Information;url=wedding_j.html;");
aI("offcolor=#9fcfff;text=RV Travelers Pet Motel Service;url=rv.html;target=new;");
aI("offcolor=#9fcfff;text=FlaRF Crafts & Gift Shoppe;url=rencraft_j.html;");
aI("offcolor=#9fcfff;text=Photo Contest Winners;url=photos_j.html;");
aI("offcolor=#9fcfff;text=Pub-Sing Lyrics - Song & Ale;url=lyrics_j.html;");
aI("offcolor=#9fcfff;text=Contact Information - Department Emails;url=contacts.html;target=new;");
aI("offcolor=#9fcfff;text=Join Our Mailing List!;url=mailscr1_j.html;target=new;");


}




with(milonic=new menuname("directions")){
margin=2;
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Deerfield Beach Weather Forcast;url= http://www.wunderground.com/US/FL/Deerf ... arget=new;");
aI("offcolor=#80ffbf;text=South Florida Color Radar Map;url= http://www.srh.noaa.gov/radar/latest/DS ... arget=new;");
aI("offcolor=#80ffbf;text=Yahoo Direction Maps;url= http://maps.yahoo.com/;target=new;");
aI("offcolor=#80ffbf;text=Mapquest Direction Maps;url= http://www.mapquest.com/directions/;target=new;");

}

with(milonic=new menuname("sponsors")){
margin=2;
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Current Sponsors;url=links_j.html;");
aI("offcolor=#80ffbf;text=FlaRF 2006 Fact Sheet;url=2006factsheet.html;target=new;");

}



with(milonic=new menuname("Promotions")){
style=submenuStyle;
aI("offcolor=#cd9bff;text=Current Sponsors;url=links_j.html;");
aI("offcolor=#cd9bff;text=Entertainer's Bios & Web Sites;url=links4_j.html;");
aI("offcolor=#cd9bff;text=Renaissance Crafter Sites;url=links3_j.html;");
aI("offcolor=#cd9bff;text=Other Renaissance Links;url=olinks_j.html;");
aI("offcolor=#cd9bff;text=How to <font color=FF62B0>Save $$$</font>;url=savemoney_j.html;");
aI("offcolor=#cd9bff;text=Everything Renaissance Magazine;url= http://www.renaissancemagazine.com;target=new;");
aI("offcolor=#cd9bff;text=<font color=#FF62B0>Preferred Hotels</font> - FlaRF Lodging;url=hotels_j.html;");
aI("offcolor=#cd9bff;text=Florida Travel Resources</font>;url=http://miami-ftlauderdale.com/index.php;");

}

with(milonic=new menuname("applications")){
style=submenuStyle;
aI("offcolor=#ffca97;text=2006 Renaissance Jobs;showmenu=forms;url=jobs_j.html;");
aI("offcolor=#ffca97;text=Crafter Applications;showmenu=crafters;url=craftersouth2006_j.html;");
aI("offcolor=#ffca97;text=Returning Participant Registration .pdf;target=new;url=registration.pdf;");
aI("offcolor=#ffca97;text=<font color=80ffbf>Scout Patch </font>Registration Form;url=scoutpatch.html;target=new;");
aI("offcolor=#ffca97;text=2006 <font color=#80ffbf>School Days & Contests</font>;showmenu=schools;url=school_j.html;");
aI("offcolor=#ffca97;text=Photo Contest Rules;url=photorules_j.html;");
}


with(milonic=new menuname("forms")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffca97;text=2006 FlaRF Job Application .pdf;url=jobapp2006.pdf;target=new;");
aI("offcolor=#ffca97;text=2006 Registration Form .pdf;url=registration.pdf;target=new;");
aI("offcolor=#ffca97;text=2006 Rules & Regulations;url=2006rules.pdf;target=new;");
aI("offcolor=#ffca97;text=Download Adobe Acrobat Reader;url=http://www.adobe.com/support/downloads/main.html#Readers;target=new;");

}

with(milonic=new menuname("crafters")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffca97;text=2006 Registration Form .pdf;url=registration.pdf;target=new;");
aI("offcolor=#ffca97;text=2006 Rules & Regulations .pdf;url=2006rules.pdf;target=new;");
aI("offcolor=#ffca97;text=Crafter/Vendor Application .pdf;url=craftap064.pdf;target=new;");
aI("offcolor=#ffca97;text=Jury Form .pdf;url=2006juryform.pdf;target=new;");
aI("offcolor=#ffca97;text=Camping Application Form .pdf;url=camping.pdf;target=new;");
aI("offcolor=#ffca97;text=Application and Participant Information.pdf;url=craftap064.pdf;target=new;");
aI("offcolor=#ffca97;text=Crafter Guidelines;url= 2006craftappletter.html;target=new;");
aI("offcolor=#ffca97;text=Dates To Remember;url=dates2006.html;target=new;");
aI("offcolor=#ffca97;text=Fee Schedule;url=fees2006.html;target=new;");
aI("offcolor=#ffca97;text=Download Adobe Acrobat Reader;url=http://www.adobe.com/support/downloads/main.html#Readers;target=new;");

}

with(milonic=new menuname("schools")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffca97;text=School Days 2006 Registration Form;url=schoolfrm.html;target=new;");
aI("offcolor=#ffca97;text=Art Panel Contest Form;url=artform.html;target=new;");
aI("offcolor=#ffca97;text=Limerick Contest Form;url=limerick.html;target=new;");
aI("offcolor=#ffca97;text=Madrigal Contest Form;url=madrigal.html;target=new;");
}

drawMenus();


Poster: panflute
Dated: Thursday December 29 2005 - 2:23:03 GMT

Maybe its becasue I am using target=new rather than target=_new?


Poster: Ruth
Dated: Thursday December 29 2005 - 2:49:44 GMT

Hi,

I don't really know what you mean, I have tried IE, NN, FF, and Opera and when I am at the the first page with the menu and I mouse over the Festival Pages, and I click on the first link to the 14th annual, I do not get a new window. The page opens in the same window I have been in. There is nothing in the menu_data.js file to have the page open in a new window.

Code:
aI("offcolor=#ffbfbf;text=14th Annual <font color=#FFFFFF>Florida Renaissance Festival;url=fla1_j.html;");
As you see, there's no target=new, like there is in, for example, the SPecial Events, affilitated events.

As to the other item, I also noticed that you are having that problem elsewhere. It seems that any link after one that has a target=new in it is opening in a new window, even if that code is not in the aI. I'm reporting it. They are pretty quick on fixes like this.

Ruth


Poster: Ruth
Dated: Thursday December 29 2005 - 2:56:05 GMT

Just as a test, try using target=blank instead of new and see if that stops it.

Ruth


Poster: panflute
Dated: Thursday December 29 2005 - 3:20:45 GMT

Ruth wrote:
Hi,

I don't really know what you mean, I have tried IE, NN, FF, and Opera and when I am at the the first page with the menu and I mouse over the Festival Pages, and I click on the first link to the 14th annual, I do not get a new window. The page opens in the same window I have been in. There is nothing in the menu_data.js file to have the page open in a new window.

Code:
aI("offcolor=#ffbfbf;text=14th Annual <font color=#FFFFFF>Florida Renaissance Festival;url=fla1_j.html;");
As you see, there's no target=new, like there is in, for example, the SPecial Events, affilitated events.

As to the other item, I also noticed that you are having that problem elsewhere. It seems that any link after one that has a target=new in it is opening in a new window, even if that code is not in the aI. I'm reporting it. They are pretty quick on fixes like this.

Ruth


Sorry Ruth, it is working as it should, the 14th annual page is NOT supposed to open in a new window....any oage that has the new menu attached to it should not open in a new window...

Ill try using blank or _new to see if it stops the problem with new windows opening when they shouldn't & check back here to see if there's another fix...many thanks...
-abe


Poster: panflute
Dated: Thursday December 29 2005 - 3:29:00 GMT

Ruth wrote:
Just as a test, try using target=blank instead of new and see if that stops it.

Ruth


yep, using target="_new" in my html seems to have fixed it....

I'll keep testing to be sure-
GREAT


Poster: panflute
Dated: Thursday December 29 2005 - 4:48:24 GMT

panflute wrote:
Ruth wrote:
Just as a test, try using target=blank instead of new and see if that stops it.

Ruth


yep, using target="_new" in my html seems to have fixed it....

I'll keep testing to be sure-
GREAT


I replaced all my pages with _new
Then I replaced them with _blank (that is how they are right now)..
Results are OK until I get to "kings Cavern --> FlaRF Crafts & Gifts (rencraft_j.html). At that point the page opens in a new window which it should not do, and then it seems to hang in loading....

Very strange...it is as if one of my javascripts (maybe on the main page) is conflicting with the menu....

I dunno....
I dont see any reason why the gifts page is opening in a separte window.....
here again is my menu file...dotsee anything here either...

fixMozillaZIndex=false; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;




with(menuStyle=new mm_style()){
bordercolor="#555555";
borderstyle="dashed";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#000000";
onbgcolor="#000000";
onbold=1;
oncolor="#ffffff";
onitalic=0;
ondecoration='underline';
onsubimage="add.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="white";
separatorimage="separator12.gif";
separatorsize=4;
subimage="arrow110.gif";
subimagepadding=4;
}



with(submenuStyle=new mm_style()){
bordercolor="#555555";
borderstyle="dashed";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#000000";
onbgcolor="#000000";
onbold=1;
oncolor="#ffffff";
onitalic=0;
ondecoration='underline';
onsubimage="t2d.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="white";
subimage="arrow204.gif";
subimagepadding=4;
separatorimage="separator41.gif";
separatorsize=1;
separatorpadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
style=menuStyle;
top=10;
screenposition="center"
aI("offbgcolor=#e8e8e8;oncolor=#ffffff;status=Back To Home Page;text=Home;image=home3.gif;url=index1_j.html;");
aI("offbgcolor=#80ffbf;oncolor=#80ffbf;showmenu=Notices;text=Important Notices;");
aI("offbgcolor=#ffff80;oncolor=#ffff80;showmenu=Special Events;text=Special Events;");
aI("offbgcolor=#ffbfbf;oncolor=#ffbfbf;showmenu=Festival Pages;text=Festival Pages;");
aI("offbgcolor=#9fcfff;oncolor=#9fcfff;showmenu=cavern;text=King’s Cavern;");
aI("offbgcolor=#cd9bff;oncolor=#cd9bff;showmenu=Promotions;text=Promotions & Links;");
aI("offbgcolor=#ffca97;oncolor=#ffca97;showmenu=applications;text=Applications & Forms;");

}

with(milonic=new menuname("Notices")){
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Audition & Returning Cast;showmenu=auditions;url= auditions2006_j.html;");
}

with(milonic=new menuname("auditions")){
margin=2;
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Returning Cast Info .pdf;url=2006returncast.pdf;target=new;");
aI("offcolor=#80ffbf;text=Audition Form .pdf;url=2006auditionform.pdf;target=new;");
aI("offcolor=#80ffbf;text=Roles .pdf;url=openscenarioroles.pdf;target=new;");
aI("offcolor=#80ffbf;text=2006 Storyline .pdf;url=2006storyline.pdf;target=new;");

}


with(milonic=new menuname("Special Events")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffff80;text=Affiliated Events;url=affiliated.html;target=new;");
aI("offcolor=#ffff80;text=Themed Weekends;url=themed.html;target=new;");
aI("offcolor=#ffff80;text=Knight’s Quest;url=knightsquest.html;target=new;");
aI("offcolor=#ffff80;text=Taste The Repast;url=repast.html;target=new;");

}

with(milonic=new menuname("Festival Pages")){
style=submenuStyle;
aI("offcolor=#ffbfbf;text=14th Annual <font color=#FFFFFF>Florida Renaissance Festival;url=fla1_j.html;");
aI("offcolor=#ffbfbf;text=Online Ticket Sales;url=adv3_j.html;");
aI("offcolor=#ffbfbf;text=FlaRF Pictures Page;url=pics_j.html;");
aI("offcolor=#ffbfbf;text=The Pressroom;url=pressroom_j.html;");
aI("offcolor=#ffbfbf;text=Directions To Quiet Waters Park;showmenu=directions;url=dir_j.html;");
aI("offcolor=#ffbfbf;text=Sponsorship Information;showmenu=sponsors;url=sponsor_j.html;");
aI("offcolor=#ffbfbf;text=FlaRF Awards & Accolades Page;url=awards.html;target=new;");
aI("offcolor=#ffbfbf;text=2005 FlaRF Map Quiet Waters Park;url=map1b.html;target=new;");


}


with(milonic=new menuname("cavern")){
style=submenuStyle;
aI("offcolor=#9fcfff;text=Bobby Rodriguez Productions;url=br1_j.html;");
aI("offcolor=#9fcfff;text=Wedding Planning Information;url=wedding_j.html;");
aI("offcolor=#9fcfff;text=RV Travelers Pet Motel Service;url=rv.html;target=new;");
aI("offcolor=#9fcfff;text=FlaRF Crafts & Gift Shoppe;url=rencraft_j.html;");
aI("offcolor=#9fcfff;text=Photo Contest Winners;url=photos_j.html;");
aI("offcolor=#9fcfff;text=Pub-Sing Lyrics - Song & Ale;url=lyrics_j.html;");
aI("offcolor=#9fcfff;text=Contact Information - Department Emails;url=contacts.html;target=new;");
aI("offcolor=#9fcfff;text=Join Our Mailing List!;url=mailscr1_j.html;target=new;");


}




with(milonic=new menuname("directions")){
margin=2;
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Deerfield Beach Weather Forcast;url= http://www.wunderground.com/US/FL/Deerf ... arget=new;");
aI("offcolor=#80ffbf;text=South Florida Color Radar Map;url= http://www.srh.noaa.gov/radar/latest/DS ... arget=new;");
aI("offcolor=#80ffbf;text=Yahoo Direction Maps;url= http://maps.yahoo.com/;target=new;");
aI("offcolor=#80ffbf;text=Mapquest Direction Maps;url= http://www.mapquest.com/directions/;target=new;");

}

with(milonic=new menuname("sponsors")){
margin=2;
overflow="scroll";
style=submenuStyle;
aI("offcolor=#80ffbf;text=Current Sponsors;url=links_j.html;");
aI("offcolor=#80ffbf;text=FlaRF 2006 Fact Sheet;url=2006factsheet.html;target=new;");

}



with(milonic=new menuname("Promotions")){
style=submenuStyle;
aI("offcolor=#cd9bff;text=Current Sponsors;url=links_j.html;");
aI("offcolor=#cd9bff;text=Entertainer's Bios & Web Sites;url=links4_j.html;");
aI("offcolor=#cd9bff;text=Renaissance Crafter Sites;url=links3_j.html;");
aI("offcolor=#cd9bff;text=Other Renaissance Links;url=olinks_j.html;");
aI("offcolor=#cd9bff;text=How to <font color=FF62B0>Save $$$</font>;url=savemoney_j.html;");
aI("offcolor=#cd9bff;text=Everything Renaissance Magazine;url= http://www.renaissancemagazine.com;target=new;");
aI("offcolor=#cd9bff;text=<font color=#FF62B0>Preferred Hotels</font> - FlaRF Lodging;url=hotels_j.html;");
aI("offcolor=#cd9bff;text=Florida Travel Resources</font>;url=http://miami-ftlauderdale.com/index.php;target=new;");

}

with(milonic=new menuname("applications")){
style=submenuStyle;
aI("offcolor=#ffca97;text=2006 Renaissance Jobs;showmenu=forms;url=jobs_j.html;");
aI("offcolor=#ffca97;text=Crafter Applications;showmenu=crafters;url=craftersouth2006_j.html;");
aI("offcolor=#ffca97;text=Returning Participant Registration .pdf;target=new;url=registration.pdf;");
aI("offcolor=#ffca97;text=<font color=80ffbf>Scout Patch </font>Registration Form;url=scoutpatch.html;target=new;");
aI("offcolor=#ffca97;text=2006 <font color=#80ffbf>School Days & Contests</font>;showmenu=schools;url=school_j.html;");
aI("offcolor=#ffca97;text=Photo Contest Rules;url=photorules_j.html;");
}


with(milonic=new menuname("forms")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffca97;text=2006 FlaRF Job Application .pdf;url=jobapp2006.pdf;target=new;");
aI("offcolor=#ffca97;text=2006 Registration Form .pdf;url=registration.pdf;target=new;");
aI("offcolor=#ffca97;text=2006 Rules & Regulations;url=2006rules.pdf;target=new;");
aI("offcolor=#ffca97;text=Download Adobe Acrobat Reader;url=http://www.adobe.com/support/downloads/main.html#Readers;target=new;");

}

with(milonic=new menuname("crafters")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffca97;text=2006 Registration Form .pdf;url=registration.pdf;target=new;");
aI("offcolor=#ffca97;text=2006 Rules & Regulations .pdf;url=2006rules.pdf;target=new;");
aI("offcolor=#ffca97;text=Crafter/Vendor Application .pdf;url=craftap064.pdf;target=new;");
aI("offcolor=#ffca97;text=Jury Form .pdf;url=2006juryform.pdf;target=new;");
aI("offcolor=#ffca97;text=Camping Application Form .pdf;url=camping.pdf;target=new;");
aI("offcolor=#ffca97;text=Application and Participant Information.pdf;url=craftap064.pdf;target=new;");
aI("offcolor=#ffca97;text=Crafter Guidelines;url= 2006craftappletter.html;target=new;");
aI("offcolor=#ffca97;text=Dates To Remember;url=dates2006.html;target=new;");
aI("offcolor=#ffca97;text=Fee Schedule;url=fees2006.html;target=new;");
aI("offcolor=#ffca97;text=Download Adobe Acrobat Reader;url=http://www.adobe.com/support/downloads/main.html#Readers;target=new;");

}

with(milonic=new menuname("schools")){
style=submenuStyle;
top="offset=2";
aI("offcolor=#ffca97;text=School Days 2006 Registration Form;url=schoolfrm.html;target=new;");
aI("offcolor=#ffca97;text=Art Panel Contest Form;url=artform.html;target=new;");
aI("offcolor=#ffca97;text=Limerick Contest Form;url=limerick.html;target=new;");
aI("offcolor=#ffca97;text=Madrigal Contest Form;url=madrigal.html;target=new;");
}

drawMenus();


Poster: Ruth
Dated: Thursday December 29 2005 - 12:08:31 GMT

Hi,

I'm unable to find what's causing the problem. I tested the download sample menu by adding a target=new; in the Anti Spam submenu to the Mime Defang which is the second item. Once I did that, then the link below that, which doesn't have target=new added, also opens in a new window. I have reported it.

Ruth


Poster: panflute
Dated: Friday December 30 2005 - 19:17:59 GMT

Is there a target=command; that the menu program will recognize as targeting (opening) in the same window, therefore resetting the target=new; that keeps opening all subsequent menu items in new windows after target=new; is run?

I believe html has a TARGET="_self".


Poster: Ruth
Dated: Friday December 30 2005 - 19:31:28 GMT

Yes, but there is a pre-release 5.739 that is up now with the fix in it.

When you download make sure you back up your existing 3 program files just incase some other problem occurs and you want to go back.

http://www.milonic.com/menuvinfo.php

REMEMBER: don't upload the menu_data.js file from the download, that would over write all your menu data info. Personally, I always change the name of the data file so that mine is different, i.e. my_data.js or something



Ruth

targets


Poster: Migru
Dated: Friday December 30 2005 - 20:03:54 GMT

In HTML there are 4 standardized targets, as far as I am informed.
To open a file in a new frame/window, target=_blank is the standard there.

The others are _parent, _self and _top. By default I think it is _self.
Actually I do not know exactly what the problem here is and I admit I´m getting confused when I read all posts.
Can you please explain in brief, what the actual status is ? Thank you.

Michael


Poster: Ruth
Dated: Friday December 30 2005 - 21:49:17 GMT

Hi Michael,

There's a problem in 5.738 which is fixed in 5.739.

For example, you have a submenu like below

Code:
with(milonic=new menuname("Festival Pages")){
style=menuStyle;
aI("offcolor=#ffbfbf;text=FlaRF Pictures Page;url=pics_j.html;");aI("offcolor=#ffbfbf;text=Directions;url=map1b.html;target=new;");
aI("offcolor=#ffbfbf;text=2005 FlaRF Map;url=dir.html;");
aI("offcolor=#ffbfbf;text=The Pressroom;url=pressroom_j.html;");


}


Note that you have target=new in the 2nd item, but all items below that will also open in a new window even though there is no code for it.

Ruth

targets


Poster: Migru
Dated: Friday December 30 2005 - 21:52:38 GMT

Hi Ruth

thanks, good to know.

Michael

BRAVO!!!


Poster: panflute
Dated: Sunday January 1 2006 - 19:08:33 GMT

:lol: :D
Bravo!! Eurka! Fortissimo! Cheers! It's A BOY! (????)

IT WORKS!!! Menu turned out great.

Thanks Ruth for all your assistance......

Happy New Year----
-panflute