\n"; $familles = array ( 1 => "felins", 2 => "canidés", 3 => "oiseaux", 4 => "numbers", ); $list = array ( 1 => array ( 1 => "tigre", 2 => "lion", 3 => "guepard", 4 => "lynx", ), 2 => array ( 1 => "chien", 2 => "loup", 3 => "coyotte", ), 3 => array ( 1 => "poule", 2 => "oie", 3 => "canne", 4 => "l'allouette", 5 => "l\"alibie", ), 4 => array ( 1 => "un", 2 => "deux", 3 => 3, 4 => 4, ) ); $combo = new DoubleCombo("ComboTest", $familles, $list); $combo->debug_level(10); printf ("navigator = %s\n", $combo->browser_check()); $combo->create_js(); $opts = array("opt1"=>"val1", "opt2" => "v2"); echo "
\n"; // $combo->JS_IE_funcs(); // $combo->js_make_select(); ?>