spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / dhtml / column21

Developer News
Google Chrome Playing Catch-Up on Extensions
Open Solutions Alliance Gets New Leadership
Red Hat Spacewalk Expands Linux Management
Logo

  Hierarchical Menus Version 3
  SPECIAL EDITION; the director's cut 2/3

The JavaScript Arrays (hierArrays.js)

Listed below are sample arrays for four menu trees, varying from one to three levels. You may use them as the basis for your own menu arrays.

Don't forget that the array structure differs from that in previous versions. Replace any old arrays with new ones.

arMenu1 = new Array(
120,
200,"",
"","",
"#3399FF","#55BBFF",
"#0000FF","#000088",
"Experts","http://www.webreference.com/experts/",1,
"Contents","http://www.webreference.com/index2.html",0,
"Services","http://www.webreference.com/index2.html",0,
"About","http://www.webreference.com/about.html",0
)

arMenu1_1 = new Array(
"3-D Animation","http://www.webreference.com/3d/",0,
"Design","http://www.webreference.com/dlab/",0,
"DHTML","http://www.webreference.com/dhtml/",1,
"Internet","http://www.webreference.com/outlook/",0,
"JavaScript","http://www.webreference.com/js/",0
)

arMenu1_1_3 = new Array(
"Columns","http://www.webreference.com/dhtml/",0,
"Diner","http://www.webreference.com/dhtml/diner/",0,
"Dynomat","http://www.webreference.com/dhtml/dynomat/",0
)

arMenu2 = new Array(
175,
150,300,
"black","white",
"#2D9B83","#4BB9A1",
"black","black",
"Experts","http://www.webreference.com/experts/",1,
"Contents","http://www.webreference.com/index2.html",0
)

arMenu2_1 = new Array(
"3-D Animation","http://www.webreference.com/3d/",0,
"Design","http://www.webreference.com/dlab/",0,
"DHTML","http://www.webreference.com/dhtml/",0,
"Internet","http://www.webreference.com/outlook/",0,
"JavaScript","http://www.webreference.com/js/",0
)

arMenu3 = new Array(
"",
"","",
"","",
"","",
"","",
"Experts","http://www.webreference.com/experts/",0,
"Contents","http://www.webreference.com/index2.html",1
)

arMenu3_2 = new Array(
"Features","http://www.webreference.com/articles.html",0,
"Forum","http://www.webreference.com/cgi-bin/Ultimate.cgi?action=intro",0,
"How-to","http://www.webreference.com/dev/",0,
"New","http://www.webreference.com/headlines/",0,
"Hot Sites","http://www.webreference.com/hot/",0
)

arMenu4 = new Array(
168,
"","",
"black","white",
"#F84130","#FF5F4E",
"#9A0E20","white",
"Experts","http://www.webreference.com/experts/",0,
"Services","http://www.webreference.com/index2.html",1
)

arMenu4_2 = new Array(
"Domains","http://www.webreference.com/services/dns/",0,
"Graphics","http://www.webreference.com/services/gw/",0,
"Jobs","http://www.webreference.com/jobs/",0,
"Reference","http://www.webreference.com/services/reference/",0,
"ROADMAP","http://www.webreference.com/roadmap/",0,
"Search","http://www.webreference.com/cgi-bin/search.cgi",0,
"Validation","http://www.webreference.com/services/validation/",0,
"Cool Sites","http://www.coolcentral.com",0
)

Finally, a listing of the main Version 3 external script:


Produced by Peter Belesis and

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Popular JavaScript Framework Libraries: An Overview - Part 3 · Accessing Your MySQL Database from the Web with PHP · Working with the DOM Stylesheets Collection
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
MS Access and MySQL · Cisco AutoQoS: VoIP QoS for Mere Mortals · While VoIP Adoption Explodes in Enterprise, Carrier Spending Lags

All Rights Reserved. Legal Notices.
Created: Sept. 03, 1998
Revised: Sept. 03, 1998

URL: http://www.webreference.com/dhtml/column21/allCode2.html