I am having a few issues with a menu that has been embedded into a table on my page. I have version 5.744 and these problems are not present in another "main" menu that I have on my page. In fact, the exact code when placed in the "main" .js works like a champion. The "Style5" that the menu is using is written in my main .js file for my "main" menu.
The problems are;
1) The status text does not appear in my status bar.
2) The "Open New Window" feature does not open a link in a new window.
3) When I hover over a button, my horozontal scroll bar is added, and another 3 inches are added to the right side of my page.
The code I have presently is;
Code: Select all
<script type="text/javascript">
with(new menuname("Quick Menu")){
style=style5;
position="relative";
alwaysvisible=1;
orientation="vertical";
aI("text=Cafeteria Menu;url=http://porweb/Nutrition/Menu/Cafeteria Menu.doc;;status=Cafeteria Menu");
aI("text=Calendar;url=http://porweb/StaffDevelopment/calendar.html;;status=View The Current Calendar");
aI("text=Check Email;url=http://idc-ex-vs03/exchange;target=_blank;;status=Check Web Email");
aI("text=Hospital Directory;url=P:/Fiscal_Services/Hosdir.doc;;status=Open The Current Hospital Directory");
aI("text=Job Postings;url=http://porweb/HR/jobs.html;;status=Current Job Listings");
aI("text=Med-e-Learn;url=http://172.16.205.56/index2.htm;;status=Med-e-Learn Training");
aI("text=S.H.I.N.E;url=http://hdqcbl/learnast/;;status=S.H.I.N.E Training");
}
drawMenus();
</script>
Thank you,
Bill Weide
Shriners Hospitals For Children
Portland, Oregon USA