> So can i do something like

> Element.implement({
>         "onerror" : function () {}
>         });

No, that won't work. You have to use events. What you're doing here is
hanging  a  function  off  the element but it's not in DOMland the way
you're thinking (it's not the same as img.onerror=).

-- S.

Reply via email to