Super Edition Menu

Written by admin on December 26, 2008 – 7:18 am -

This a cross-browser, powerful, simple, and configurable Javascript hierarchy menu.
Author: Younes Bouab (bouaby@hotmail.com )

<!-- TWO STEPS TO INSTALL SUPER EDITION MENU:

  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<script language="javascript" src="Config.js"></script>
<script language="javascript" src="Menu.js"></script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
    <!--
    AddMenu("1"  ,  "1"   ,  "Company"       ,  ""  ,  ""  , "");
    AddMenu("2"  ,  "1"   ,  "Aboutus"       ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("3"  ,  "1"   ,  "Services"      ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("4"  ,  "1"   ,  "Prices"        ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("5"  ,  "1"   ,  "Contact"       ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("6"  ,  "1"   ,  "Projects >>"      ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("20" ,  "6"   ,  "ASP System"    ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("21" ,  "6"   ,  "Flash Media"   ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("22" ,  "6"   ,  "Javascript"    ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("7"  ,  "7"  ,   "Tutorials"     ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("8"  ,  "7"  ,   "ASP"           ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("9"  ,  "7"  ,   "JSP"           ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("10" ,  "7"  ,   "Java"          ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("11" ,  "7"  ,   "Javascript"    ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("13" ,  "13" ,   "Register"      ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("15" ,  "15" ,   "Members"       ,  ""  ,  ""  , "");
    AddMenu("16" ,  "15" ,   "Login"         ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("17" ,  "15" ,   "Register"      ,  ""  ,  ""  , "http://www.javascriptsource.com");
    AddMenu("19" ,  "19" ,   "Cool JavaScripts"          ,  ""  ,  ""  , "http://www.javascriptsource.com");
    Build();
    -->
//  End -->
</script>

<!-- Script Size:  2.89 KB -->

Tags:
Posted in Navigation |

Post a Comment