My format is not normal-- need to add menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
chaimooo
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 4:30 pm

My format is not normal-- need to add menu

Post by chaimooo »

A designer made my menu system- I want to add another pull down menu to the menu bar-- without redoing the file from scratch.----but my easy_sample_array.js format is not like your menu sample--


I want to add a simple not nested menu by "latest news" at

http://atlanticcity.com/news.html







,"Hotels","show-menu=simplesub1",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"Hotel Casinos","show-menu=simplesub2",,,1

,"Hotels close to AC","show-menu=simplesub3",,,1



])





addmenu(menu=["simplesub1",

,,186,1,"",hlp,,,"RandomDissolve(duration=0.4)",,,,,,,,,,,,

,"Atlantic Palace Suites", "atlantic.htm",,,1
,"Flagship All Suite Resort", "flagship.htm",,,1
,"Holiday Inn", "holiday.htm",,,1
,"Howard Johnson","hojo.htm",,,1
,"Madison House Hotel", "madison.htm",,,1
,"Quality Inn", "quality.htm",,,1
,"Royal Suites @ Atlantic Palace", "royal.htm",,,1
,"Sheraton Convention Center", "sheraton.htm",,,1










])



addmenu(menu=["simplesub2",

,,186,1,"",hlp,,,"RandomDissolve(duration=0.4)",,,,,,,,,,,,

,"Atlantic City Hilton", "hilton.htm",,,1

,"Bally's Park Place","ballys.htm",,,1

,"Caesars Atlantic City", "caesars.htm",,,1

,"Claridge Casino", "claridge.htm",,,1

,"Resorts Atlantic City Casino", "resorts.htm",,,1

,"Sands Hotel Casino", "sands.htm",,,1

,"Tropicana Hotel Casino", "trop.htm",,,1

,"Trump Marina Casino Hotel", "trumpmarina.htm",,,1

,"Trump Plaza Casino Hotel", "trump_plaza.htm",,,1

,"Trump Taj Mahal Casino", "trump_taj.htm",,,1








])





addmenu(menu=["simplesub3",

,,186,1,"",hlp,,,"RandomDissolve(duration=0.4)",,,,,,,,,,,,

,"Casino City Hotel", "cc.htm",,,1
,"Clarion Golf Tennis World Resort", "clarion.htm",,,1
,"Comfort Inn North", "comfortn.htm",,,1
,"Comfort Inn Victorian", "comfortv.htm",,,1
,"Comfort Inn West", "comfortw.htm",,,1
,"Days Inn Absecon", "daysinn.htm",,,1
,"Dr. John Pitney House", "pitney.htm",,,1
,"Fairfield Inn Marriott", "fairfield.htm",,,1
,"Hampton Inn", "hampton.htm",,,1
,"Pleasantville La Sammana", "pleasant.htm",,,1
,"Ramada Limited", "ramada.htm",,,1
,"Sunset Inn at the Marina", "sunsetm.htm",,,1
,"Sunset Inn on the Bay", "sunsetb.htm",,,1








])





dumpmenus()
Post Reply