Dynamic Menus Using Javascript,PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sahilansari
    New Member
    • Mar 2010
    • 5

    Dynamic Menus Using Javascript,PHP

    My Code Works Fine.....What i want to do is to read some where this new menu(.....) & stuff within it works.Like some book or some article on the web.

    Or better still any one of you can explain this to me..the part highlighted in bold.
    Part1

    Code:
    menus[0] = new menu(22, "horizontal", 2, 101, -1, 1, "#34B0B0", "#A8E5E6", "Verdana,Helvetica", 9, 
    		"bold", "bold", "white", "#383931", 1, "gray", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", true, true, true, true,monthnumber, true, 0, 0, "black");
    Part1.1

    Code:
    menus[0].addItem("#", "", 150, "center", "MASTER", 1);
    menus[0].addItem("#", "", 260, "center", "REGISTRATION AND BILLING", 2);
    Part2

    Code:
    menus[1] = new menu(231, "vertical", 2, 0, -1, -1, "#34B0B0", "#A8E5E6", "Verdana,Helvetica", 8, "bold", 
    		"bold", "white", "#383931", 1, "gray", 2, "rollover:images/tri-right2.gif:images/tri-right1.gif", true, true, false, true, monthnumber, true, 0, 0, "black");
    Regards
    Last edited by Dormilich; Apr 30 '10, 10:29 AM. Reason: Please use [code] tags when posting code
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you would have to find the menu() function somewhere in your code.

    Comment

    Working...