Code:
//var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists
var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired.
var newwindow=0 //Open links in new window or not? 1=yes, 0=no.
/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////
addListGroup("chainedmenu", "First-Select");
addOption("First-Select", "zoek een kunstenaar", "", 0);
addList("First-Select", "alfabetisch", "", "alfa");
addList("First-Select", "volgens regio", "", "regio");
addOption("alfa", "maak je keuze", "", 0);
addList("alfa", "C", "", "C");
addList("alfa", "S", "", "S");
addOption("C", "maak je keuze", "", 0);
addOption("C", "Ceci Casariego", "casariego.php");
addOption("S", "maak je keuze", "", 0);
addOption("S", "Luc Standaert", "standaert.php");
addOption("regio", "maak je keuze", "", 0);
addList("regio", "Antwerpen", "", "Apen");
addList("regio", "West-Vlaanderen", "", "X");
addList("regio", "Oost-Vlaanderen", "", "Oost");
addList("regio", "Limburg", "", "X");
addList("regio", "Vlaams-Brabant", "", "X");
addOption("Apen", "maak je keuze", "", 0);
addOption("Apen", "Ceci Casariego", "casariego.php");
addOption("Oost", "maak je keuze", "", 0);
addOption("Oost", "Luc Standaert", "standaert.php");
Bookmarks