I don't know why I can't get this right, it seems too simple... but I'm getting frustrated :)
I have a bunch of elements on a page and these elements can contain text (and other stuff). If you click inside the element I have to check if that element is in some array to determine if I have to do something or not. When I click on the text in this example, why does Explorer return [object] and not as other browsers do something like [objectHTMLSpanElement]? http://www.mootools.net/shell/GcDCC/2/
