Dear experts
Is there a way to access the ID of an dom element?
I don't mean using the getElementById attribute to find out a array of objects.
Bascially I already know the DOM element and that object reference is at hand.
All I need is to access the ID property.
I know something like
if(element.id==value)
won't work.
Thanks in advance.