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

Drop Down Menu does not open for some users (not all)


Poster: elbilo
Dated: Friday January 7 2005 - 18:52:01 GMT

Some of my users have a problem the my drop down menu.

url: http://www.apfa.org

Link in question: Main Menu

For example, one person wrote:

'The link turns red (hover) when I pass the cursor over it but the drop down menu does not open. If I click on it, the link address at the bottom of the browser window reads: javascript: void(0), but I have to click on it to see that. Otherwise it says nothing'
..........................................................................................

<SCRIPT language=JavaScript src="/milonic_src.js" type=text/javascript></SCRIPT>
<script language=JavaScript>
if (parent.frames.length) { top.location=document.location;}
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=/mmenuns4.js></scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=/mmenudom.js></scr"+"ipt>");
</script>
<SCRIPT language=JavaScript src="/data.js" type=text/javascript></SCRIPT>

<script>
function openIFrame(iFrameId,winURL)
{
ifId=gmobj(iFrameId)
ifId.src=winURL
}
</script>

..........................................................................................
data.js file:

_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100 // The time delay before menus open on mouse over
_subOffsetTop=5 // Sub menu top offset
_subOffsetLeft=-10 // Sub menu left offset
_followSpeed=5 // Follow scrolling speed
_followRate=5 // Follow scrolling Rate



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#cc3333";
offbgcolor="#003366";
offcolor="#ffffff";
bordercolor="#003366";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="65%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/img/arrow_r.gif";
subimagepadding="2";
bgimage='/images/tsm_blue.gif'
headercolor="#FFFFFF";
headerbgcolor="#3399CC";

}


with(milonic=new menuname("apfamenu")){
style=menuStyle;
overflow="scroll";
aI("text=Menu Items;type=header;align=align;");
aI("text=APFA EC/BOD Meetings;showmenu=ec;");
aI("text=Base Pages;showmenu=bases;");
aI("text=Calendars;showmenu=cal;");
aI("text=Constitution;showmenu=const;");
aI("text=Contract;showmenu=cont;");
aI("text=Crew Rest;showmenu=crew;");
aI("text=Departments;showmenu=dept;");
aI("text=DOL Findings;showmenu=dol;");
aI("text=Elections;showmenu=elec;");
aI("text=FA Certification;showmenu=fac;");
aI("text=Furlough;showmenu=furl;");
aI("text=Government Affairs;showmenu=gov;");
aI("text=Hotline;showmenu=hotl;");
aI("text=InfoReps;showmenu=info;");
aI("text=Letters Of Agreement;showmenu=letters;");
aI("text=National Officers;showmenu=nos;");
aI("text=News and Events;showmenu=news;");
aI("text=Policy Manual;showmenu=pol;");
aI("text=Resource Center;showmenu=res;");
aI("text=Retirement;showmenu=ret;");
aI("text=Roommate Finder;showmenu=room;");
aI("text=Rumor Control;showmenu=rumor;");
aI("text=Seniority;showmenu=sen;");
aI("text=TWA (SIA);showmenu=twa;");
aI("text=In Memory Of;showmenu=rip;");

}


with(milonic=new menuname("bases")){
style=menuStyle;
aI("text=Domestic ;showmenu=dom;");
aI("text=International;showmenu=int;");
}


with(milonic=new menuname("dom")){
style=menuStyle;
aI("text=BOS;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/bos.html');");
aI("text=DCA;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/dca.html');");
aI("text=DFW;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/dfw.html');");
aI("text=LAX;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/lax.html');");
aI("text=LGA;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/lga.html');");
aI("text=MIA;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/mia.html');");
aI("text=ORD;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/ord.html');");
aI("text=SFO;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/sfo.html');");
aI("text=STL/SLT;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/stl.html');");

}

with(milonic=new menuname("int")){
style=menuStyle;
aI("text=BOS-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/bosi.html');");
aI("text=DCA-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/dcai.html');");
aI("text=IDF;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/idf.html');");
aI("text=LAX-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/laxi.html');");
aI("text=JFK-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/jfk.html');");
aI("text=IMA;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/ima.html');");
aI("text=IOR;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/ior.html');");
aI("text=RDU-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/rdui.html');");
aI("text=SFO-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/sfoi.html');");

}




with(milonic=new menuname("cal")){
style=menuStyle;

aI("text=APFA Calendar of Events;url=javascript:openIFrame('tempiframe','/membersonly/calendar/apfa_cal.html');");
aI("text=2005 Calendar;url=javascript:openIFrame('tempiframe','/membersonly/calendar/2005.html');");
aI("text=2005 Bid Calendar;url=javascript:openIFrame('tempiframe','/bid_calendar.html');");
aI("text=Contract Calendar;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/contract_cal.html');");

}

with(milonic=new menuname("const")){
style=menuStyle;
aI("text=Article 01 - General;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article1.html');");
aI("text=Article 02 - Membership;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article2.html');");
aI("text=Article 03 - Government Of The APFA;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article3.html');");
aI("text=Article 04 - Finances;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article4.html');");
aI("text=Article 05 - Expenses and Salaries;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article5.html');");
aI("text=Article 06 - Nominations and Elections;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article6.html');");
aI("text=Article 07 - Hearings and Disciplinary Procedures;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article7.html');");
aI("text=Article 08 - Removal of Officers and Representatives;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article8.html');");
aI("text=Article 09 - Administrative and Committee Positions;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article9.html');");
aI("text=Article 10 - Negotiating Committees;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article10.html');");
aI("text=Article 11 - Contract Ratification and Strike Procedures;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article11.html');");
aI("text=Article 12 - Affiliations, Mergers;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article12.html');");
aI("text=Article 13 - Savings Clause;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/article13.html');");

}

with(milonic=new menuname("cont")){
style=menuStyle;
aI("text=Index/Articles/Appendices/Letters/Restructured Agreement;url=javascript:openIFrame('tempiframe','/public/rpa/index_rpa.html');");
aI("text=TWA Seniority Integration Agreement;url=javascript:openIFrame('tempiframe','/twa_page.html');");
}



with(milonic=new menuname("crew")){
style=menuStyle;
aI("text=APFA Fights Fatigue On The Hill;url=javascript:openIFrame('tempiframe','/fatigue_alert.html');");

aI("text=APFA Layover Rest Survey;url=javascript:openIFrame('tempiframe','/membersonly/forms/form49.html');");
aI("text=Reduced Layover Information;url=javascript:openIFrame('tempiframe','/reduced_layover.html');");


}

with(milonic=new menuname("dept")){
style=menuStyle;
aI("text=Communications;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/commdept.html');");
aI("text=Contract Administration;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/contractdept.html');");
aI("text=Dues;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/duesdept.html');");
aI("text=Health;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/healthdept.html');");
aI("text=Hotel;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/hoteldept.html');");
aI("text=Membership;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/members.html');");
aI("text=Safety;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/safetydept.html');");
aI("text=Scheduling;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/scheduledept.html');");
}

with(milonic=new menuname("dol")){
style=menuStyle;
aI("text=08.27.04 - Whitley Penn's Official Certification of National Officer Election Results;url=javascript:openIFrame('tempiframe','/membersonly/dol/certification.html');");
aI("text=08.27.04 - Letter from APFA Secretary to Tommie Hutto-Blake;url=javascript:openIFrame('tempiframe','/membersonly/dol/8-27-04-gh-to-thb.html');");
aI("text=08.26.04 - APFA's Official Response to DOL Recommendation;url=javascript:openIFrame('tempiframe','/membersonly/dol/heaney.html');");
aI("text=08.26.04 - Statement To The Press;url=javascript:openIFrame('tempiframe','/press/04/press_082604.html');");
aI("text=08.26.04 - BOD Resolution #2 ;url=javascript:openIFrame('tempiframe','/resolution2_0804.html');");
aI("text=08.25.04 - Press Release;url=javascript:openIFrame('tempiframe','/press/04/press_082504.html');");
aI("text=08.25.04 - Letter from National Ballot Committee Chair to Tommie Hutto-Blake;url=javascript:openIFrame('tempiframe','/membersonly/dol/8-25-04-lhb-to-hb.html');");
aI("text=08.23.04 - DOL Dismissal of Complaint Letter to Linda Lanning;url=javascript:openIFrame('tempiframe','/membersonly/dol/8-23-04-dol-jhh-to-ll.html');");
aI("text=08.23.04 - DOL Dismissal of Complaint Letter to Juan Johnson;url=javascript:openIFrame('tempiframe','/membersonly/dol/8-23-04-dol-jhh-to-jj.html');");
aI("text=08.23.04 - DOL Dismissal of Complaint Letter to Ted Bedwell;url=javascript:openIFrame('tempiframe','/membersonly/dol/8-23-04-dol-jhh-to-jj.html');");
aI("text=08.17.04 - DOL Letter To John Ward;url=javascript:openIFrame('tempiframe','/membersonly/dol/dol_ward.htm');");
aI("text=07-13.04 - DOL Letter To John Ward Advising Of Investigative Findings;url=javascript:openIFrame('tempiframe','/membersonly/dol/7-13-04-dol-kp-to-jw.html');");
aI("text=07-01.04 - DOL Letter Confirming Time Limit Extension To August 17-2004 ;url=javascript:openIFrame('tempiframe','/membersonly/dol/7-01-04-dol-kp-to-jw.html');");
}


with(milonic=new menuname("ec")){
style=menuStyle;
aI("text=BOD Meetings Overviews;url=javascript:openIFrame('tempiframe','/membersonly/bod/bod.html');");
aI("text=EC Meetings Overviews;url=javascript:openIFrame('tempiframe','/membersonly/bod/ec.html');");

}




with(milonic=new menuname("elec")){
style=menuStyle;
aI("text=National Officers Election Results;showmenu=no;");
aI("text=Proposed APFA Constitutional Changes Ballot Results;showmenu=pcc;");
aI("text=JFK Vice Chair Election Results;url=javascript:openIFrame('tempiframe','/ballots/jfk_vc.html');");
aI("text=Willingness To Serve - Ad Hocs;url=/membersonly/wts/wts_adhocs.pdf");
aI("text=Willingness To Serve - Base Chair/Vice Chair/OCR;url=/membersonly/wts/wts_chairs.pdf");


}

with(milonic=new menuname("no")){
style=menuStyle;
aI("text=Whitley Penn's Official Certification of National Officer Election Results 08.27.04;url=javascript:openIFrame('tempiframe','/membersonly/dol/certification.html');");
aI("text=Certified Results for March 12 2004 ;url=javascript:openIFrame('tempiframe','/ballots/balloting_031204.htm');");
aI("text=Run-Off Election Results for March 10 2004;url=javascript:openIFrame('tempiframe','/ballots/balloting_031004.htm');");
aI("text=Results for January 29 2004;url=javascript:openIFrame('tempiframe','/ballots/balloting_012904.htm');");
}


with(milonic=new menuname("pcc")){
style=menuStyle;
aI("text=Ballot Results PDF Format;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/tally_0804.pdf');");
aI("text=Ballot Results HTML Format;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/constitution/tally_0804.html');");

}

with(milonic=new menuname("fac")){
style=menuStyle;
aI("text=FA Certification Notice;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/certification_notice.html');");
aI("text=FA Certification Legislation;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/certification.html');");
aI("text=FA Certification Information;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/certification_info.html');");

}

with(milonic=new menuname("furl")){
style=menuStyle;
aI("text=11.17.04 Furlough Recall Information;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/recall_111704.html');");
aI("text=Main Page;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/furlough.html');");
aI("text=Furlough Resources;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/furlough_res.html');");
aI("text=July 1, 2004 Recall Info;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/recalls.html');");
aI("text=Occupational Seniority List;url=javascript:openIFrame('tempiframe','/membersonly/seniority/intro_04.html');");
aI("text=Furlough and Article 30;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/art_30.pdf');");
aI("text=Furlough Headcount;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/furlough_count_dec02.pdf');");
aI("text=APFA Furlough Packet;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/packet_2003.pdf');");
aI("text=AAL Furlough Policies;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/aal_furlough_packet.pdf');");
aI("text=AAL Furlough Q&As;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/qa_050103.pdf');");
aI("text=Furlough Reps;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/furloughreps.pdf');");
aI("text=Furlough Pass Program;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/furlough/2412.pdf');");
aI("text=APFA Urges Unemployment Extension;url=javascript:openIFrame('tempiframe','/unemploy_benefits.pdf');");

}


with(milonic=new menuname("gov")){
style=menuStyle;
aI("text=Capwiz;url=javascript:openIFrame('tempiframe','http://capwiz.com/apfa/');");
aI("text=108th Congress - Senate;url=javascript:openIFrame('tempiframe','/senate_108th.pdf');");
aI("text=108th Congress - House;url=javascript:openIFrame('tempiframe','/house_108th.pdf');");
aI("text=APFA Political Action Committee;url=javascript:openIFrame('tempiframe','/membersonly/gov/apfa_pac.html');");
aI("text=APFA Endorses Sen. Kerry for President;url=javascript:openIFrame('tempiframe','/kerry_pres.pdf');");
aI("text=APFA Political Endorsements;url=javascript:openIFrame('tempiframe','/apfa_endorses.html');");
aI("text=Government Agencies;showmenu=gas;");
aI("text=Congressional Letters;showmenu=ltrs;");
aI("text=APFA Fights Fatigue on the Hill;url=javascript:openIFrame('tempiframe','/fatigue_alert.html');");

}


with(milonic=new menuname("gas")){
style=menuStyle;
aI("text=Federal Aviation Administration (FAA);url=javascript:openIFrame('tempiframe','http://www.faa.gov/');");
aI("text=National Transportation Safety Board (NTSB);url=javascript:openIFrame('tempiframe','http://www.ntsb.gov/');");
aI("text=Department Of Homeland Security;url=javascript:openIFrame('tempiframe','http://www.dhs.gov/');");
aI("text=Department of Labor (DOL) ;url=javascript:openIFrame('tempiframe','http://www.dol.gov/');");
aI("text=Department Of Transportation (DOT);url=javascript:openIFrame('tempiframe','http://www.dot.gov/');");
aI("text=Transportation Security Administration (TSA);url=javascript:openIFrame('tempiframe','http://www.tsa.dot.gov/');");
aI("text=Occupational Safety & Health Administration (OSHA);url=javascript:openIFrame('tempiframe','http://www.osha.gov/');");
aI("text=National Mediation Board (NMB);url=javascript:openIFrame('tempiframe','http://www.nmb.gov/');");
aI("text=The Bureau of Consular Affairs ;url=javascript:openIFrame('tempiframe','http://www.travel.state.gov/');");
}


with(milonic=new menuname("ltrs")){
style=menuStyle;
aI("text=Hollings Letter With Signatures;url=javascript:openIFrame('tempiframe','/tsa_letter_sig.pdf');");
aI("text=Senate Support on Hollings Letter;url=javascript:openIFrame('tempiframe','/signers.pdf');");
aI("text=DeFazio Fatigue Letter;url=javascript:openIFrame('tempiframe','/public/defazio2.pdf');");
}


with(milonic=new menuname("hotl")){
style=menuStyle;
aI("text=Current Hotline;url=javascript:openIFrame('tempiframe','/public/hotline/hotline.htm');");
aI("text=Hotline Archive;url=javascript:openIFrame('tempiframe','/public/hotline/pasteditions.html');");
aI("text=Hotline E-mailing List;url=javascript:openIFrame('tempiframe','http://www.egroups.com/subscribe/apfahotline?referer=1');");
aI("text=E-mail Address Change;url=javascript:openIFrame('tempiframe','http://login.yahoo.com/config/set_profile?.intl=us&.done=http://groups.yahoo.com/group/APFAHotline/join');");
}


with(milonic=new menuname("info")){
style=menuStyle;
aI("text=InfoReps;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/inforeps/index_inforeps.html');");
}

with(milonic=new menuname("letters")){
style=menuStyle;
aI("text=Voluntary Trigger Test - 12.28.04;url=javascript:openIFrame('tempiframe','/membersonly/loa/trigger_test.html');");
aI("text=Hurricane Jeane Transportation Emergency;url=javascript:openIFrame('tempiframe','/membersonly/loa/hurricane-jeane.html');");
aI("text=Hurricane Frances Transportation Emergency;url=javascript:openIFrame('tempiframe','/membersonly/loa/hurricane-frances.html');");
aI("text=Temporary Use of Volunteer Intl Flight Attendants for Dom Option II and Make-Up;url=javascript:openIFrame('tempiframe','/membersonly/loa/frances.html');");
aI("text=Reserve Supplemental Flying;url=javascript:openIFrame('tempiframe','/membersonly/loa/res_fly.pdf');");
}



with(milonic=new menuname("nos")){
style=menuStyle;
aI("text=President;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/pres.html');");
aI("text=Vice President;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/vpres.html');");
aI("text=Treasurer;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/treas.html');");
aI("text=Secretary;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/depts/sec.html');");

}


with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Airline Industry News;url=javascript:openIFrame('tempiframe','/public/news-events/usatoday_travel.html');");

}


with(milonic=new menuname("pol")){
style=menuStyle;
aI("text=Section 01 - General;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect01.pdf');");
aI("text=Section 02 - Membership;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect02.pdf');");
aI("text=Section 03 - Training and Qualifications;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect03.pdf');");
aI("text=Section 04 - Board of Director & Executive Committee;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect04.pdf');");
aI("text=Section 05 - Trip Removal & Expense Policy;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect05.pdf');");
aI("text=Section 06 - National Officer and Division Representative Salaries and Benefits;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect06.pdf');");
aI("text=Section 07 - Budget / Financial Policies;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect07.pdf');");
aI("text=Section 08 - Headquarters Policies and General Procedures;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect08.pdf');");
aI("text=Section 09 - Division, Base and Field Policies;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect09.pdf');");
aI("text=Section 10 - APFA Political Action Committee;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect10.pdf');");
aI("text=Section 11 - Dispute Resolution Guidelines and Grievance Procedures;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect11.pdf');");
aI("text=Section 12 - Communications Policies;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect12.pdf');");
aI("text=Section 13 - National Administrative Departments / Committees and Coordinators;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect13.pdf');");
aI("text=Section 14 - National Balloting Committee (NBC) / Voting Procedures;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect14.pdf');");
aI("text=Section 15 - Negotiating Committee;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect15.pdf');");
aI("text=Section 16 - Strike Policy;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect16.pdf');");
aI("text=Section 17 - Article VII Administrative Policies and Procedures;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/policymanual/sect17.pdf');");

}


with(milonic=new menuname("res")){
style=menuStyle;
aI("text=Professional Standards;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/pro_stds.html');");
aI("text=Map To APFA Headquarters;url=javascript:openIFrame('tempiframe','/images/map_hdq.gif');");
aI("text=APFA Financials;showmenu=lm2;");

}

with(milonic=new menuname("lm2")){
style=menuStyle;
aI("text=LM2 Report - 2004;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/lm2_2004.pdf');");
aI("text=LM2 Report - 2003;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/lm2_2003.pdf');");
aI("text=LM2 Report - 2002;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/lm2_2002.pdf');");
aI("text=LM2 Report - 2001;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/lm2_2001.pdf');");
aI("text=LM2 Report - 2000;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/lm2_2000.pdf');");
aI("text=APFA Audit 2002-2003;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/audit_book_03.pdf');");
aI("text=APFA Audit 2001-2002;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/finance/audit_book_02.pdf');");
}

with(milonic=new menuname("ret")){
style=menuStyle;
aI("text=Retiree Page - NEW! 12.15.04;url=javascript:openIFrame('tempiframe','/retiree_splash.html');");
aI("text=Retirement Stats on AA Flight Attendants;url=javascript:openIFrame('tempiframe','/membersonly/retirees/demographics.html');");
aI("text=Retirement Made Easy-by Jill Frank;url=javascript:openIFrame('tempiframe','/membersonly/retire/made_easy.html');");
aI("text=Potential Bankruptcy and Retirement Plan Benefits;url=javascript:openIFrame('tempiframe','/membersonly/retire/bankruptcy_retirement_qa.pdf');");
aI("text=Thinking About Retiring Now?;url=javascript:openIFrame('tempiframe','/membersonly/retire/retire_now.html');");
aI("text=APFA Retirement Counselors;url=javascript:openIFrame('tempiframe','/membersonly/retire/retirement_counselors.html');");
aI("text=Article 30 Early Retirement;url=javascript:openIFrame('tempiframe','/membersonly/retire/a30.html');");
aI("text=Article 36 Retirement Benefits;url=javascript:openIFrame('tempiframe','/public/cba/a_36.htm');");
aI("text=Retirement Articles;url=javascript:openIFrame('tempiframe','/membersonly/retire/retire_articles.pdf');");
aI("text=DOL Consumer Pension Information;url=javascript:openIFrame('tempiframe','http://www.dol.gov/pwba');");
aI("text=401k Rollover Advisors;url=javascript:openIFrame('tempiframe','http://www.401krolloveradvisors.com/');");
aI("text=Cash Balance Pension Conversions;url=javascript:openIFrame('tempiframe','http://bernie.house.gov/pensions/index.asp');");
aI("text=PBGC Monthly Guarantee Table;url=javascript:openIFrame('tempiframe','/membersonly/retire/pbgc_table.html');");
aI("text=PBGC Retirement Planning;url=javascript:openIFrame('tempiframe','http://www.pbgc.gov/retire/default.htm');");

}

with(milonic=new menuname("room")){
style=menuStyle;
aI("text=View Listings - Offering;url=javascript:openIFrame('tempiframe','/membersonly/rentals/room_offer.html');");
aI("text=View Listings - Searching;url=javascript:openIFrame('tempiframe','/membersonly/rentals/room_search.html');");
aI("text=Post Your Apt For Rent;url=javascript:openIFrame('tempiframe','/membersonly/forms/form19.html');");
aI("text=Post Your Search;url=javascript:openIFrame('tempiframe','/membersonly/forms/form34.html');");
aI("text=Cancel Your Listing;url=javascript:openIFrame('tempiframe','/membersonly/forms/form52.html');");
}

with(milonic=new menuname("rumor")){
style=menuStyle;
aI("text=Rumor Control;url=javascript:openIFrame('tempiframe','/public/rumor/rumor.html');");
aI("text=Rumor Control - Submit a Question;url=javascript:openIFrame('tempiframe','/forms/form57.html');");

}

with(milonic=new menuname("sen")){
style=menuStyle;
aI("text=F/A Headcount by Base;url=javascript:openIFrame('tempiframe','/membersonly/seniority/headcount.html');");
aI("text=Occupational Seniority List 8.15.04;url=javascript:openIFrame('tempiframe','/membersonly/seniority/intro_04.html');");

}


with(milonic=new menuname("twa")){
style=menuStyle;
aI("text=Agreement and Related Documents;url=javascript:openIFrame('tempiframe','/navigation.html#twa');");

}

with(milonic=new menuname("rip")){
style=menuStyle;
aI("text=Flights 11 and 77;url=javascript:openIFrame('tempiframe','/911_memorial.html');");
aI("text=Flight 587;url=javascript:openIFrame('tempiframe','/587_memorial.html');");
aI("text=Flight 800;url=javascript:openIFrame('tempiframe','/800_memorial.html');");

}


drawMenus();


Poster: John
Dated: Friday January 7 2005 - 18:55:39 GMT

Let's try an update first. You're running 5.48, which is 21 versions down from the current 5.69.

Also, please always use the [code][/code] tags when posting code.

Let us know how it goes.


Poster: elbilo
Dated: Friday January 7 2005 - 21:20:37 GMT

Uploaded version 5.69. I contacted the user that I quoted in my first post,
had him close his browser, refresh, disable his pop-up blocker.
Still having the same problem.


Poster: rcranswick
Dated: Friday January 7 2005 - 21:55:10 GMT

The problem is being caused by the main content of the site being loaded in an iFrame.

It behaves as you would expect in IE and Firefox but in Opera the menu opens behind the frame, you can just see the top of the sub menu.

Not sure what you can do. I know there are a few threads on the forum concerning iFrames. I'd suggest trying a search.


Poster: elbilo
Dated: Friday January 7 2005 - 22:08:41 GMT

The person that is reporting the problem is a PC user and his browser is IE6. He was able to see the Drop Down menu before, and for some reason
he is not able to see it now. I'm afraid that ")" or a ";" somewhere is missing. Other users, such as myself are not experiencing this problem.


Poster: Ruth
Dated: Friday January 7 2005 - 22:46:26 GMT

You do have some semi-colons missing in the Members Only menu. Two other things to test:

1. try moving the call for the menu files to just below the body tag, the first item after the body tag.

2. Since it is one person on one browser, have they upgraded to service pack 2 maybe? there might be a problem in the settings with that service pack. I have ie5.5 so I don't know, but I remember reading something about some problem.

Ruth


Poster: rcranswick
Dated: Saturday January 8 2005 - 3:42:39 GMT

There is another issue then. However, there are problems with the Menu under Opera because of the iFrame.


Poster: Ruth
Dated: Saturday January 8 2005 - 4:47:21 GMT

rcranswick wrote:
.... However, there are problems with the Menu under Opera because of the iFrame.


Which Opera version?

Ruth


Poster: Ruth
Dated: Saturday January 8 2005 - 6:14:43 GMT

I just tested the divhider.js file with opera7.11 and I can't get it to work, but I have an old divhider file and it does work. If you want to try that file you can get it here and here is the test page with iframe I used the menu_data.js file that comes with your download and version 5.69. It works fine in Opera 7.11. I don't know what happens on a mac.

Ruth


Poster: elbilo
Dated: Monday January 10 2005 - 18:44:51 GMT

Returning to the original post, I have solved my problem.
The problem was related to IFRAMES.
I deleted from the main html page:

<code>
<script>
function openIFrame(iFrameId,winURL)
{
ifId=gmobj(iFrameId)
ifId.src=winURL
}
</script>
</code>

and changed the way I had targeted the linked urls on the data.js:

from:
<code>

aI("text=BOS-I;url=javascript:openIFrame('tempiframe','/membersonly/htdocs/bases/bosi.html');");
</code>

To:
<code>
aI("text=BOS-I;url=/membersonly/htdocs/bases/bosi.html;");
</code>


Poster: Jullan
Dated: Saturday January 15 2005 - 19:39:04 GMT

I have the same problem, but only with Firefox.