Set menu type


If you have trouble with the menu type (TreeView control) you are currently using, try these alternative types:

  1. Server-side tree menu
    Requires: Cookies support (which must also be enabled).
    Advantages: Even older browsers can access the application.
     
  2. Client-side tree menu
    Requires: JavaScript capabilities.
    Advantages: Faster than method 1.
     
  3. Java 1.0 client-side menu
    Requires: Java 1.0 capabilities.
    Advantages: Fastest method, once the applet has been loaded.