Element.onclick = function(){DoSomething(Element.src);};
Was mache ich falsch?
Element.onclick = function(){DoSomething(this.src);};
Element.onclick = function(){DoSomething(Element.src);};
Was mache ich falsch?
Element.onclick = function(){DoSomething(this.src);};