Web Analytics Made Easy -
StatCounter HV menu - CodingForum

Announcement

Collapse
No announcement yet.

HV menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HV menu

    Sorry im no good at javascript and I cant make it work.
    I just want to change the format of the menu so there are different items...

    heres my pathetic attempt at it - i only just started but im told that various bits are undefined... working example is at

    Menu1=new Array("News","news.html","",0,20,138);

    Menu2=new Array("About Us","#","",2);
    Menu2_1=new Array("Staff","#","",5,20,150);
    Menu2_2=new Array("History","history.html","",0,20,150);

    Menu3=new Array("Search Engines","blank.htm","",3);
    Menu3_1=new Array("Altavista","http://www.altavista.com","",0,20,150);
    Menu3_2=new Array("Google","http://www.google.com","",0);
    Menu3_3=new Array("Yahoo","http://www.yahoo.com","",0);

    Menu4=new Array("Webmaster","blank.htm","",4);
    Menu4_1=new Array("Dynamic Drive","http://www.dynamicdrive.com","",0,20,180);
    Menu4_2=new Array("JavaScript Kit","http://www.javascriptkit.com","",0);
    Menu4_3=new Array("Freewarejava","http://www.freewarejava.com","",0);
    Menu4_4=new Array("Web Review","http://www.webreview.com","",0);

    Menu5=new Array("Other","javascript:top.location.href='blank.htm'","",1);
    Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);

    Its generating errors now and i cant see a prob with what ive changed

    Anyone fancy a look? i know the exact format of the menu i want so its just a bit of rearranging but its too hard!!!
    Last edited by dysfunctionGazz; Feb 20, 2004, 07:05 AM.

  • #2
    done it now

    Comment

    Working...
    X