Results 1 to 2 of 2

Thread: AnyLink Drop Down menu help (again)

  1. #1
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down menu help (again)

    code:AnyLink Drop Down Menu
    link:http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    When i create the code for a possible third menu, an look to see what i've done, there is a javascript error saying that "menu3" is undefined. As far as i know, at least 1 other person has this problem. If you would like me to post the code, please say so. thanks for any help

    edit: nvm i fixed it. I had to go through a bit of script, but it worked. Sorry for taking up space with this thread.
    Last edited by Wizard13335; 09-16-2005 at 05:15 AM.

  2. #2
    Join Date
    Sep 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Below is a sample of the meny on my site. If you notice evertime you add a menu you have to adjust the menu number 1, 2, 3 etc


    //Contents for Home
    var menu1=new Array()
    menu1[0]='<a href="http://jan.ourfamilygenealogy.com">Jans Family History</a>'
    menu1[1]='<a href="http://king.ourfamilygenealogy.org">King Family History</a>'

    //Contents for Surnames A-G
    var menu2=new Array()
    menu2[0]='<a href="../Surnames/alquire.htm">Alquire</a>'
    menu2[1]='<a href="../Surnames/baker.htm">Baker</a>'
    menu2[2]='<a href="../Surnames/baranowski.htm">Baranowski</a>'
    menu2[3]='<a href="../Surnames/barbaro.htm">Barbaro<a>'


    //Contents for Surnames H-M
    var menu3=new Array()
    menu3[0]='<a href="../Surnames/king.htm">King</a>'
    menu3[1]='<a href="../Surnames/iversen.htm">Iversen</a>'

    //Contents for Surnames N-T
    var menu4=new Array()
    menu4[0]='<a href="../Surnames/king.htm">King</a>'
    menu4[1]='<a href="../Surnames/iversen.htm">Iversen</a>'

    //Contents for Surnames U-Z
    var menu5=new Array()
    menu5[0]='<a href="../Surnames/king.htm">King</a>'
    menu5[1]='<a href="../Surnames/iversen.htm">Iversen</a>'
    Last edited by demtro; 09-25-2005 at 03:42 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •