> I don't know if 'im doing a logical or syntaxic error in the script : Both?
ArrActif can be an empty Array, but you call .get on its first element anyway. This throws a reference error that you should see in your console. You have to make sure to short-circuit before you call methods that don't exist. http://mootools.net/shell/zEAam/4/ (Changed as minimally as possible to work, I don't really think you have an optimal desigh here.) -- Sandy -- To unsubscribe, reply using "remove me" as the subject.
